mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 18:02:00 -04:00
steamosctl: Add HdmiCecState commands
This commit is contained in:
parent
265d82a300
commit
7cd1e7814c
2 changed files with 21 additions and 0 deletions
|
@ -113,6 +113,12 @@ trait Manager {
|
|||
fn wifi_power_management_state(&self) -> zbus::Result<u32>;
|
||||
#[zbus(property)]
|
||||
fn set_wifi_power_management_state(&self, value: u32) -> zbus::Result<()>;
|
||||
|
||||
/// HdmiCecState property
|
||||
#[zbus(property)]
|
||||
fn hdmi_cec_state(&self) -> zbus::Result<u32>;
|
||||
#[zbus(property)]
|
||||
fn set_hdmi_cec_state(&self, value: u32) -> zbus::Result<()>;
|
||||
}
|
||||
|
||||
#[proxy(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue