use edition 2024, continue re-work

This commit is contained in:
Robin Mueller
2026-03-12 17:54:33 +01:00
parent 2de2898ba4
commit 70f43fd9e5
17 changed files with 311 additions and 149 deletions
-1
View File
@@ -163,7 +163,6 @@ pub enum DeviceMode {
On = 1,
/// Normal operation mode where periodic polling might be done as well.
Normal = 2,
Unknown = 3,
}
#[derive(Debug, Copy, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]