Skip to content

Commit 8794808

Browse files
committed
Fix 2
1 parent 037c0e1 commit 8794808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ async def set_number_setpoint(
190190
) -> None:
191191
"""Set the max. Boiler or DHW setpoint on the Central Heating boiler."""
192192
if dev_id is not None:
193-
await set_temperature_offset(dev_id, temperature)
193+
await self.set_temperature_offset(dev_id, temperature)
194194
return
195195

196196
temp = str(temperature)

0 commit comments

Comments
 (0)