RM2_1 #2

Merged
sundp merged 208 commits from RM2_1 into master 2024-09-13 09:16:14 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit e797d0327f - Show all commits

View File

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