pub struct UiUpdate {Show 30 fields
pub current_date: DateTime<FixedOffset>,
pub control: String,
pub user_mode: String,
pub manual_set_point: f64,
pub clock_program: String,
pub current_switch_point: f64,
pub temp_override_active: bool,
pub temp_override_duration: f64,
pub temp_override_set_point: f64,
pub temp_set_point: f64,
pub in_house_temp: f64,
pub in_house_status: String,
pub das: String,
pub tas: String,
pub holiday_mode_active: bool,
pub ars: String,
pub fireplace_active: bool,
pub powersave_active: bool,
pub boiler_indicator: BoilerIndicator,
pub boiler_lock_active: bool,
pub boiler_block_active: bool,
pub boiler_maintenance_active: bool,
pub pmr: String,
pub rs: String,
pub hot_water_active: bool,
pub hed_enabled: bool,
pub hed_device_at_home: bool,
pub fah: String,
pub dot: String,
pub hed_db: String,
}
Fields§
§current_date: DateTime<FixedOffset>
§control: String
§user_mode: String
§manual_set_point: f64
§clock_program: String
§current_switch_point: f64
§temp_override_active: bool
§temp_override_duration: f64
§temp_override_set_point: f64
§temp_set_point: f64
§in_house_temp: f64
§in_house_status: String
§das: String
§tas: String
§holiday_mode_active: bool
§ars: String
§fireplace_active: bool
§powersave_active: bool
§boiler_indicator: BoilerIndicator
§boiler_lock_active: bool
§boiler_block_active: bool
§boiler_maintenance_active: bool
§pmr: String
§rs: String
§hot_water_active: bool
§hed_enabled: bool
§hed_device_at_home: bool
§fah: String
§dot: String
§hed_db: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UiUpdate
impl<'de> Deserialize<'de> for UiUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialOrd for UiUpdate
impl PartialOrd for UiUpdate
impl StructuralPartialEq for UiUpdate
Auto Trait Implementations§
impl Freeze for UiUpdate
impl RefUnwindSafe for UiUpdate
impl Send for UiUpdate
impl Sync for UiUpdate
impl Unpin for UiUpdate
impl UnwindSafe for UiUpdate
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