mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
Anime: expose new options in CLI
This commit is contained in:
@@ -44,8 +44,5 @@ trait Anime {
|
||||
|
||||
/// NotifyDeviceState signal
|
||||
#[dbus_proxy(signal)]
|
||||
fn notify_device_state(
|
||||
&self,
|
||||
data: (bool, &str, bool, (&str, &str, &str, &str)),
|
||||
) -> zbus::Result<()>;
|
||||
fn notify_device_state(&self, data: AnimeDeviceState) -> zbus::Result<()>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user