feat: added basic beacon instance management UI
This commit is contained in:
@@ -11,11 +11,12 @@ pub mod error;
|
||||
|
||||
mod router;
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
#[non_exhaustive]
|
||||
pub enum BeaconEvent {
|
||||
NewBeacon(String),
|
||||
Checkin(String),
|
||||
BeaconUpdate(String),
|
||||
BeaconCommandFinished(String, i64)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user