Notify devices of available updates through sync endpoint
This commit is contained in:
@ -11,7 +11,7 @@ pub struct DeviceInfo {
|
||||
/// Device reference
|
||||
pub reference: String,
|
||||
/// Device firmware / software version
|
||||
version: semver::Version,
|
||||
pub version: semver::Version,
|
||||
/// Maximum number of relay that the device can support
|
||||
pub max_relays: usize,
|
||||
}
|
||||
|
Reference in New Issue
Block a user