Feat: update dependencies

This commit is contained in:
Denis Benato
2026-01-13 21:27:21 +01:00
parent 392436808d
commit 5e48923db1
4 changed files with 293 additions and 274 deletions

View File

@@ -359,6 +359,12 @@ impl From<AuraEffect> for AuraModeNum {
}
}
#[cfg(feature = "dbus")]
impl zbus::zvariant::Basic for AuraModeNum {
const SIGNATURE_CHAR: char = 'u';
const SIGNATURE_STR: &'static str = "u";
}
/// Base effects have no zoning, while multizone is 1-4
#[cfg_attr(
feature = "dbus",