Begin implmenting keyboard power states

This commit is contained in:
Luke D. Jones
2024-03-09 21:00:16 +13:00
parent efcad3f6f9
commit ca41bd59de
17 changed files with 1224 additions and 473 deletions

View File

@@ -69,7 +69,7 @@ trait Aura {
#[zbus(property)]
fn led_power(&self) -> zbus::Result<AuraPowerDev>;
#[zbus(property)]
fn set_led_power(&self, value: (AuraPowerDev, bool)) -> zbus::Result<()>;
fn set_led_power(&self, value: AuraPowerDev) -> zbus::Result<()>;
/// SupportedBrightness property
#[zbus(property)]