File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 548548 "cooling_activation_outdoor_temperature" ,
549549 "cooling_deactivation_threshold" ,
550550 "dhw_temperature" ,
551+ "domestic_hot_water_setpoint" ,
551552 "temperature" ,
552553 "electricity_consumed" ,
553554 "electricity_consumed_interval" ,
572573 "humidity" ,
573574 "illuminance" ,
574575 "intended_boiler_temperature" ,
576+ "maximum_boiler_temperature" ,
575577 "modulation_level" ,
576578 "net_electricity_cumulative" ,
577579 "net_electricity_point" ,
@@ -652,6 +654,7 @@ class SmileSensors(TypedDict, total=False):
652654 cooling_activation_outdoor_temperature : float
653655 cooling_deactivation_threshold : float
654656 dhw_temperature : float
657+ domestic_hot_water_setpoint : float
655658 temperature : float
656659 electricity_consumed : float
657660 electricity_consumed_interval : float
@@ -677,6 +680,7 @@ class SmileSensors(TypedDict, total=False):
677680 humidity : float
678681 illuminance : float
679682 intended_boiler_temperature : float
683+ maximum_boiler_temperature : float
680684 modulation_level : float
681685 net_electricity_cumulative : float
682686 net_electricity_point : int
You can’t perform that action at this time.
0 commit comments