Bump versions

This commit is contained in:
Luke D. Jones
2022-07-16 13:45:23 +12:00
parent 4ed922154b
commit 3f09f221f4
4 changed files with 52 additions and 1 deletions

View File

@@ -26,7 +26,22 @@ impl CtrlKbdLedZbus {
}
}
/// Set a variety of states
/// Set a variety of states, input is array of enum.
///
/// enum AuraControl {
/// BootLogo,
/// BootKeyb,
/// AwakeLogo,
/// AwakeKeyb,
/// SleepLogo,
/// SleepKeyb,
/// ShutdownLogo,
/// ShutdownKeyb,
/// AwakeBar,
/// BootBar,
/// SleepBar,
/// ShutdownBar,
/// }
async fn set_leds_enabled(
&mut self,
#[zbus(signal_context)] ctxt: SignalContext<'_>,