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 28ab5e0 commit 4097eb4Copy full SHA for 4097eb4
plugwise_usb/messages/requests.py
@@ -1428,7 +1428,7 @@ def __init__( # noqa: PLR0913
1428
upper_bound: int,
1429
direction: bool,
1430
):
1431
- """Initialize ScanConfigureRequest message object."""
+ """Initialize ScanConfigureHysteresisRequest 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