Skip to content

Commit 4097eb4

Browse files
committed
CR: fix docstring
1 parent 28ab5e0 commit 4097eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/messages/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ def __init__( # noqa: PLR0913
14281428
upper_bound: int,
14291429
direction: bool,
14301430
):
1431-
"""Initialize ScanConfigureRequest message object."""
1431+
"""Initialize ScanConfigureHysteresisRequest message object."""
14321432
super().__init__(send_fn, mac)
14331433
temp_hum_value = Int(1 if temp_hum else 0, length=2)
14341434
lower_bound_value = Int(lower_bound, length=4)

0 commit comments

Comments
 (0)