Notify devices of available updates through sync endpoint

This commit is contained in:
2024-10-05 19:44:32 +02:00
parent d38040cb98
commit 37844ae5fa
3 changed files with 33 additions and 3 deletions

View File

@ -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,
}