plugwise 0.37.3__py3-none-any.whl → 0.37.4.1__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 +3 -0
- {plugwise-0.37.3.dist-info → plugwise-0.37.4.1.dist-info}/METADATA +1 -1
- {plugwise-0.37.3.dist-info → plugwise-0.37.4.1.dist-info}/RECORD +6 -6
- {plugwise-0.37.3.dist-info → plugwise-0.37.4.1.dist-info}/LICENSE +0 -0
- {plugwise-0.37.3.dist-info → plugwise-0.37.4.1.dist-info}/WHEEL +0 -0
- {plugwise-0.37.3.dist-info → plugwise-0.37.4.1.dist-info}/top_level.txt +0 -0
plugwise/smile.py
CHANGED
@@ -184,6 +184,9 @@ class SmileAPI(SmileComm, SmileData):
|
|
184
184
|
|
185
185
|
async def set_number_setpoint(self, key: str, temperature: float) -> None:
|
186
186
|
"""Set the max. Boiler or DHW setpoint on the Central Heating boiler."""
|
187
|
+
if key == "max_dhw_temperature":
|
188
|
+
key = "domestic_hot_water_setpoint"
|
189
|
+
|
187
190
|
temp = str(temperature)
|
188
191
|
thermostat_id: str | None = None
|
189
192
|
locator = f'appliance[@id="{self._heater_id}"]/actuator_functionalities/thermostat_functionality'
|
@@ -5,13 +5,13 @@ plugwise/data.py,sha256=OTkPJ80b1L1h_TeddfvmUPX1-jBacTjbHKD0XgUIfeg,8965
|
|
5
5
|
plugwise/exceptions.py,sha256=rymGtWnXosdFkzSehc_41HVl2jXJEg_9Hq9APDEUwrk,1223
|
6
6
|
plugwise/helper.py,sha256=bNT_Tdc0LAxmVZEikMgKm461jeGP-WY-cI1r3JGgIcI,44037
|
7
7
|
plugwise/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
-
plugwise/smile.py,sha256=
|
8
|
+
plugwise/smile.py,sha256=2pjpIXIwCRaDdabjZiCiG5a9ErxSfh5xk-glsyxhsiQ,17075
|
9
9
|
plugwise/util.py,sha256=w24CiW-xSV3ARZAeNYZ9T5C4kJpYGCcBoIlX2BhNOYg,6618
|
10
10
|
plugwise/legacy/data.py,sha256=y7gBG9Sg40lltB3B5CpWPtAXggMbcx2IMay-mwvOB1M,2986
|
11
11
|
plugwise/legacy/helper.py,sha256=tSrqA2UeMO7HSYudQHAxBThBTevAOKIxHqN6NCN-r5k,18947
|
12
12
|
plugwise/legacy/smile.py,sha256=JlJGg2TNl1uBeW-vLzsHzrpeizKpZqN9coiDYcedHuc,10347
|
13
|
-
plugwise-0.37.
|
14
|
-
plugwise-0.37.
|
15
|
-
plugwise-0.37.
|
16
|
-
plugwise-0.37.
|
17
|
-
plugwise-0.37.
|
13
|
+
plugwise-0.37.4.1.dist-info/LICENSE,sha256=mL22BjmXtg_wnoDnnaqps5_Bg_VGj_yHueX5lsKwbCc,1144
|
14
|
+
plugwise-0.37.4.1.dist-info/METADATA,sha256=nCzwqoFjAaK3Wro085Rs1ALtXGfZP2xzOO9ndX8toXA,8941
|
15
|
+
plugwise-0.37.4.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
16
|
+
plugwise-0.37.4.1.dist-info/top_level.txt,sha256=MYOmktMFf8ZmX6_OE1y9MoCZFfY-L8DA0F2tA2IvE4s,9
|
17
|
+
plugwise-0.37.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|