We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbe6c0 commit f1abce9Copy full SHA for f1abce9
plugwise_usb/messages/requests.py
@@ -1428,7 +1428,7 @@ def __init__( # noqa: PLR0913
1428
upper_bound: int,
1429
direction: bool,
1430
):
1431
- """Initialize ScanConfigureHysteresisRequest message object."""
+ """Initialize SenseConfigureHysteresisRequest message object."""
1432
super().__init__(send_fn, mac)
1433
temp_hum_value = Int(1 if temp_hum else 0, length=2)
1434
lower_bound_value = Int(lower_bound, length=4)
0 commit comments