diff --git a/daemon/src/ctrl_aura/zbus.rs b/daemon/src/ctrl_aura/zbus.rs index 661195d1..30ad18c6 100644 --- a/daemon/src/ctrl_aura/zbus.rs +++ b/daemon/src/ctrl_aura/zbus.rs @@ -182,7 +182,7 @@ impl CtrlKbdLedZbus { // As property doesn't work for AuraPowerDev (complexity of serialization?) // #[dbus_interface(property)] - async fn leds_power(&self) -> AuraPowerDev { + async fn leds_enabled(&self) -> AuraPowerDev { loop { if let Ok(ctrl) = self.0.try_lock() { return AuraPowerDev::from(&ctrl.config.enabled);