add voltage_max_design

This commit is contained in:
Jan Luca 2025-12-22 14:35:37 +01:00 committed by Ashley Wulber
parent 70d254bbae
commit a75f46a6d4

View file

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