From dd8e7602f595e656f01cfc03b8ae70450afe3844 Mon Sep 17 00:00:00 2001 From: gitomarcourt Date: Fri, 3 Jul 2026 18:22:39 +0200 Subject: [PATCH] fix: v2 Light multiplier x3 was 2014 (PDF OCR error) should be 512 --- dashboard/sensit_decoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/sensit_decoder.py b/dashboard/sensit_decoder.py index df29bad..0a90dab 100644 --- a/dashboard/sensit_decoder.py +++ b/dashboard/sensit_decoder.py @@ -61,7 +61,7 @@ V2_MODES = { } V2_TIMEFRAME = {0: "10 min", 1: "1 h", 2: "6 days", 3: "24 h"} V2_TYPE = {0: "regular", 1: "button_call", 2: "alert", 3: "new_mode"} -V2_LIGHT_MULT = {0: 1, 1: 8, 2: 64, 3: 2014} +V2_LIGHT_MULT = {0: 1, 1: 8, 2: 64, 3: 512} def _decode_v2(b0: int, b1: int, b2: int, b3: int) -> dict: