manager/user: Fix SetFanControlState relay

This commit is contained in:
Vicki Pfau 2024-05-13 18:55:17 -07:00
parent 7cd1e7814c
commit 8b195ebf4a

View file

@ -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"))]