add voltage_max_design
This commit is contained in:
parent
70d254bbae
commit
a75f46a6d4
1 changed files with 3 additions and 0 deletions
|
|
@ -183,6 +183,9 @@ pub trait Device {
|
|||
#[zbus(property)]
|
||||
fn voltage_min_design(&self) -> zbus::Result<f64>;
|
||||
|
||||
#[zbus(property)]
|
||||
fn voltage_max_design(&self) -> zbus::Result<f64>;
|
||||
|
||||
|
||||
#[zbus(signal)]
|
||||
fn enable_charge_threshold(&self, message: bool) -> zbus::Result<()>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue