plugwise 0.38.2__py3-none-any.whl → 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- plugwise/smile.py +6 -3
- {plugwise-0.38.2.dist-info → plugwise-1.0.0.dist-info}/METADATA +1 -1
- {plugwise-0.38.2.dist-info → plugwise-1.0.0.dist-info}/RECORD +6 -6
- {plugwise-0.38.2.dist-info → plugwise-1.0.0.dist-info}/WHEEL +1 -1
- {plugwise-0.38.2.dist-info → plugwise-1.0.0.dist-info}/LICENSE +0 -0
- {plugwise-0.38.2.dist-info → plugwise-1.0.0.dist-info}/top_level.txt +0 -0
plugwise/smile.py
CHANGED
@@ -163,9 +163,12 @@ class SmileAPI(SmileComm, SmileData):
|
|
163
163
|
temperature: float,
|
164
164
|
) -> None:
|
165
165
|
"""Set the maximum boiler- or DHW-setpoint on the Central Heating boiler or the temperature-offset on a Thermostat."""
|
166
|
-
|
167
|
-
|
168
|
-
|
166
|
+
match key:
|
167
|
+
case "temperature_offset":
|
168
|
+
await self.set_offset(dev_id, temperature)
|
169
|
+
return
|
170
|
+
case "max_dhw_temperature":
|
171
|
+
key = "domestic_hot_water_setpoint"
|
169
172
|
|
170
173
|
temp = str(temperature)
|
171
174
|
thermostat_id: str | None = None
|
@@ -5,13 +5,13 @@ plugwise/data.py,sha256=HA3OoLrTad4ytns6_rfygwu8eGfopHJBNADGs-hvaQk,9054
|
|
5
5
|
plugwise/exceptions.py,sha256=Ce-tO9uNsMB-8FP6VAxBvsHNJ-NIM9F0onUZOdZI4Ys,1110
|
6
6
|
plugwise/helper.py,sha256=NFcxVtY9qdM2TtBbGs-_eh7xKO6G_M3Q4W9bXUCpH84,43861
|
7
7
|
plugwise/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
-
plugwise/smile.py,sha256=
|
8
|
+
plugwise/smile.py,sha256=EgQHGl6kRghB5Ub_TBmUfIFMHI8AZ6INJl1nLoIjQ0Q,18727
|
9
9
|
plugwise/util.py,sha256=9ld46KJHWFze2eUrVSgUYn0g3zNerlpboM0iUa0H3ak,7830
|
10
10
|
plugwise/legacy/data.py,sha256=DsHR9xgiFDg_Vh_6ZpOskw8ZhNQ3CmwjstI3yiH6MEk,3048
|
11
11
|
plugwise/legacy/helper.py,sha256=6-tYQMEXepE5rec-hn6lt2EeknADI3J8UFuBSLgu8dk,17878
|
12
12
|
plugwise/legacy/smile.py,sha256=7oaPZuvxrYRvoA8qWFvtWSwQRFfQl1XXpPjWXn3_xFs,11314
|
13
|
-
plugwise-0.
|
14
|
-
plugwise-0.
|
15
|
-
plugwise-0.
|
16
|
-
plugwise-0.
|
17
|
-
plugwise-0.
|
13
|
+
plugwise-1.0.0.dist-info/LICENSE,sha256=mL22BjmXtg_wnoDnnaqps5_Bg_VGj_yHueX5lsKwbCc,1144
|
14
|
+
plugwise-1.0.0.dist-info/METADATA,sha256=AOW18FYvwY2m9USnOIiPiF3YOHB9c3ll-Y2ac5M4MW0,9097
|
15
|
+
plugwise-1.0.0.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
16
|
+
plugwise-1.0.0.dist-info/top_level.txt,sha256=MYOmktMFf8ZmX6_OE1y9MoCZFfY-L8DA0F2tA2IvE4s,9
|
17
|
+
plugwise-1.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|