feat: got timeline for beacons working
This commit is contained in:
@@ -17,7 +17,8 @@ pub enum BeaconEvent {
|
||||
NewBeacon(String),
|
||||
Checkin(String),
|
||||
BeaconUpdate(String),
|
||||
BeaconCommandFinished(String, i64)
|
||||
BeaconCommandFinished(String, i64),
|
||||
CommandIssued(String, i64),
|
||||
}
|
||||
|
||||
pub struct BeaconListenerHandle {
|
||||
|
||||
Reference in New Issue
Block a user