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 7710d61 commit 4f7ef8fCopy full SHA for 4f7ef8f
plugwise/legacy/smile.py
@@ -273,3 +273,6 @@ async def set_temperature(self, _: str, items: dict[str, float]) -> None:
273
)
274
275
await self._request(uri, method="put", data=data)
276
+
277
+ async def set_temperature_offset(self, dev_id: str, offset: float) -> None:
278
+ """Set-function placeholder for legacy devices."""
0 commit comments