mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-08 15:40:34 -04:00
manager/user: Fix SetFanControlState relay
This commit is contained in:
parent
7cd1e7814c
commit
8b195ebf4a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ impl SteamOSManager {
|
||||||
|
|
||||||
#[zbus(property)]
|
#[zbus(property)]
|
||||||
async fn set_fan_control_state(&self, state: u32) -> zbus::Result<()> {
|
async fn set_fan_control_state(&self, state: u32) -> zbus::Result<()> {
|
||||||
setter!(self, "SetFanControlState", state)
|
setter!(self, "FanControlState", state)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[zbus(property(emits_changed_signal = "const"))]
|
#[zbus(property(emits_changed_signal = "const"))]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue