steamosctl: Add HdmiCecState commands

This commit is contained in:
Vicki Pfau 2024-05-09 20:14:35 -07:00
parent 265d82a300
commit 7cd1e7814c
2 changed files with 21 additions and 0 deletions

View file

@ -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(