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 d53077d commit 9088dbcCopy full SHA for 9088dbc
plugwise_usb/messages/responses.py
@@ -930,7 +930,7 @@ class SenseReportResponse(PlugwiseResponse):
930
def __init__(self) -> None:
931
"""Initialize SenseReportResponse message object."""
932
super().__init__(SENSE_REPORT_ID)
933
- self.humidity = Int(0, length=4)
+ self.humidity = Int(0, 4, False)
934
self.temperature = Int(0, length=4)
935
self._params += [self.humidity, self.temperature]
936
0 commit comments