Can check if relay is online or not
This commit is contained in:
@@ -389,7 +389,7 @@ impl Handler<SynchronizeDevice> for EnergyActor {
|
||||
pub struct ResDevState {
|
||||
pub id: DeviceId,
|
||||
last_ping: u64,
|
||||
online: bool,
|
||||
pub online: bool,
|
||||
}
|
||||
|
||||
/// Get the state of devices
|
||||
|
||||
Reference in New Issue
Block a user