File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
139139m_adam_cooling ["devices" ]["da224107914542988a88561b4452b0f6" ][
140140 "regulation_modes"
141141].append ("cooling" )
142- m_adam_cooling ["devices" ]["da224107914542988a88561b4452b0f6" ]["sensors " ][
142+ m_adam_cooling ["devices" ]["da224107914542988a88561b4452b0f6" ]["weather " ][
143143 "outdoor_temperature"
144144] = 29.65
145145
@@ -220,7 +220,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
220220m_adam_heating ["devices" ]["da224107914542988a88561b4452b0f6" ][
221221 "regulation_modes"
222222].remove ("cooling" )
223- m_adam_heating ["devices" ]["da224107914542988a88561b4452b0f6" ]["sensors " ][
223+ m_adam_heating ["devices" ]["da224107914542988a88561b4452b0f6" ]["weather " ][
224224 "outdoor_temperature"
225225] = - 1.25
226226
@@ -295,7 +295,7 @@ def json_writer(manual_name: str, all_data: dict) -> None:
295295] = 28.0
296296
297297# Go for 015a
298- m_anna_heatpump_cooling ["devices" ]["015ae9ea3f964e668e490fa39da3870b" ]["sensors " ][
298+ m_anna_heatpump_cooling ["devices" ]["015ae9ea3f964e668e490fa39da3870b" ]["weather " ][
299299 "outdoor_temperature"
300300] = 28.2
301301
You can’t perform that action at this time.
0 commit comments