mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 18:02:00 -04:00
manager/user: Add BatteryChargeLimit1 interface (#12)
This commit is contained in:
parent
02ed562bd0
commit
91890e5948
10 changed files with 292 additions and 36 deletions
|
@ -15,6 +15,7 @@ pub use crate::proxy::manager::ManagerProxy;
|
|||
|
||||
// Optional interfaces
|
||||
mod ambient_light_sensor1;
|
||||
mod battery_charge_limit1;
|
||||
mod cpu_scaling1;
|
||||
mod factory_reset1;
|
||||
mod fan_control1;
|
||||
|
@ -30,6 +31,7 @@ mod wifi_debug1;
|
|||
mod wifi_debug_dump1;
|
||||
mod wifi_power_management1;
|
||||
pub use crate::proxy::ambient_light_sensor1::AmbientLightSensor1Proxy;
|
||||
pub use crate::proxy::battery_charge_limit1::BatteryChargeLimit1Proxy;
|
||||
pub use crate::proxy::cpu_scaling1::CpuScaling1Proxy;
|
||||
pub use crate::proxy::factory_reset1::FactoryReset1Proxy;
|
||||
pub use crate::proxy::fan_control1::FanControl1Proxy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue