We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcbd44 commit 5d483c3Copy full SHA for 5d483c3
plugwise/__init__.py
@@ -826,7 +826,7 @@ async def set_dhw_mode(self, mode: str) -> None:
826
async def set_temperature_offset(self, dev_id: str, offset: float) -> None:
827
"""Set the temperature offset for thermostats that support this feature."""
828
829
- uri = f"{APPLIANCES};id={dev_id}/offset;type=temperature_offset
+ uri = f"{APPLIANCES};id={dev_id}/offset;type=temperature_offset"
830
data = f"<offset_functionality><offset>{offset}</offset></offset_functionality>"
831
832
await self._request(uri, method="put", data=data)
0 commit comments