Skip to content

Commit 91e75a8

Browse files
committed
update title
1 parent 9ca4bb9 commit 91e75a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class RelayState:
207207

208208
@dataclass(frozen=True)
209209
class SwitchGroup:
210-
"""Status of Switch."""
210+
"""Status and Group of Switch."""
211211

212212
state: bool | None = None
213213
group: int | None = None

0 commit comments

Comments
 (0)