pub struct Ess {
pub grid_setpoint: Option<f64>,
}Fields§
§grid_setpoint: Option<f64>Setpoint relative to the grid: positive imports, negative exports The read setpoint can be different from the one that is set, as the multiplus ramps ups the setpoint gradually Warning: only supports single-phase (L1) for now
Trait Implementations§
Source§impl HandleFrame for Ess
impl HandleFrame for Ess
Auto Trait Implementations§
impl Freeze for Ess
impl RefUnwindSafe for Ess
impl Send for Ess
impl Sync for Ess
impl Unpin for Ess
impl UnwindSafe for Ess
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more