Skip to content

Commit

Permalink
Fixed humidity value decoding in 4 converters
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-barysh-dev committed Oct 28, 2024
1 parent c711a0c commit e0a1a81
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VENDORS/Milesight/AM308/ChirpStack/uplink/converter.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VENDORS/Milesight/AM308/ChirpStack/uplink/result_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"values": {
"battery": 85,
"temperature": 23.8,
"humidity": 62,
"humidity": 62.0,
"pir": "trigger",
"light_level": 2,
"co2": 936,
Expand Down
2 changes: 1 addition & 1 deletion VENDORS/Milesight/AM308/ChirpStack/uplink/result_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"values": {
"battery": 85,
"temperature": 23.8,
"humidity": 62,
"humidity": 62.0,
"pir": "trigger",
"light_level": 2,
"co2": 936,
Expand Down
2 changes: 1 addition & 1 deletion VENDORS/Milesight/AM308/Loriot/uplink/converter.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VENDORS/Milesight/AM308/Loriot/uplink/result_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"values": {
"battery": 85,
"temperature": 23.8,
"humidity": 62,
"humidity": 62.0,
"pir": "trigger",
"light_level": 2,
"co2": 936,
Expand Down
2 changes: 1 addition & 1 deletion VENDORS/Milesight/AM308/Loriot/uplink/result_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"values": {
"battery": 85,
"temperature": 23.8,
"humidity": 62,
"humidity": 62.0,
"pir": "trigger",
"light_level": 2,
"co2": 936,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"values": {
"battery": 85,
"temperature": 23.8,
"humidity": 62,
"humidity": 62.0,
"pir": "trigger",
"light_level": 2,
"co2": 936,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"values": {
"battery": 85,
"temperature": 23.8,
"humidity": 62,
"humidity": 62.0,
"pir": "trigger",
"light_level": 2,
"co2": 936,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"values": {
"battery": 85,
"temperature": 23.8,
"humidity": 62,
"humidity": 62.0,
"pir": "trigger",
"light_level": 2,
"co2": 936,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"values": {
"battery": 85,
"temperature": 23.8,
"humidity": 62,
"humidity": 62.0,
"pir": "trigger",
"light_level": 2,
"co2": 936,
Expand Down

0 comments on commit e0a1a81

Please sign in to comment.