--revised decoder
This commit is contained in:
parent
7d6c0c9bf1
commit
e797d0327f
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue