--revised decoder

This commit is contained in:
Yunhorn 2024-08-15 14:10:28 +08:00
parent 7d6c0c9bf1
commit e797d0327f
1 changed files with 2 additions and 2 deletions

View File

@ -344,7 +344,7 @@ function Decode(fPort, data, variables) {
data.rss_reserve04 = bytes[32];
data.reserve2 = bytes[33];
data.reserve3 = bytes[34];
data.reserve4 = bytes[35];
data.sensor_install_height = bytes[35] * 10 + " cm";
data.alarm_parameter05 = bytes[36];
data.alarm_mute_expire_timer = bytes[37];