We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ad597 commit 107b688Copy full SHA for 107b688
1 file changed
tion/s3.py
@@ -77,7 +77,7 @@ def process_mode(mode_code: int) -> str:
77
"filter_remain": response[10] * 256 + response[9],
78
"time": "{}:{}".format(response[11], response[12]),
79
"request_error_code": response[13],
80
- "fw_version": "{:02x}{:02x}".format(response[16], response[17])}
+ "fw_version": "{:02x}{:02x}".format(response[18], response[17])}
81
82
if result["heater"] == "off":
83
result["is_heating"] = "off"
0 commit comments