Skip to content

Commit f1abce9

Browse files
committed
fix naming 2.0
1 parent 4cbe6c0 commit f1abce9

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 ScanConfigureHysteresisRequest message object."""
1431+
"""Initialize SenseConfigureHysteresisRequest 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)