Can issue certificate for devices
This commit is contained in:
@ -70,7 +70,7 @@ impl Handler<GetCurrConsumption> for EnergyActor {
|
||||
/// Get current consumption
|
||||
#[derive(Message)]
|
||||
#[rtype(result = "bool")]
|
||||
pub struct CheckDeviceExists(DeviceId);
|
||||
pub struct CheckDeviceExists(pub DeviceId);
|
||||
|
||||
impl Handler<CheckDeviceExists> for EnergyActor {
|
||||
type Result = bool;
|
||||
|
Reference in New Issue
Block a user