Skip to content

Commit 21b6cae

Browse files
committed
Improve comment
1 parent af5fb90 commit 21b6cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def _get_device_data(self, dev_id: str) -> DeviceData:
330330
device_data["sensors"]["outdoor_temperature"] = outdoor_temperature
331331
self._count += 1
332332

333-
# Show the allowed regulation modes
333+
# Show the allowed regulation modes for Adam
334334
if self._reg_allowed_modes:
335335
device_data["regulation_modes"] = self._reg_allowed_modes
336336
self._count += 1

0 commit comments

Comments
 (0)