mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
Begin implmenting keyboard power states
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user