Skip to content

Commit 91e75a8

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)