Skip to content

Commit

Permalink
Fix missing information in the WebUI
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Nov 30, 2023
1 parent 53f246b commit 4da2f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/ZwebUI.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1842,8 +1842,8 @@ void webUIPubPrint(const char* topicori, JsonObject& data) {
break;
}

# ifdef ZgatewayRF
case webUIHash("RFtoMQTT"): {
# ifdef ZgatewayRTL_433
case webUIHash("RTL_433toMQTT"): {
if (data["model"] && strncmp(data["model"], "status", 6)) { // Does not contain "status"
// {"model":"Acurite-Tower","id":2043,"channel":"B","battery_ok":1,"temperature_C":5.3,"humidity":81,"mic":"CHECKSUM","protocol":"Acurite 592TXR Temp/Humidity, 5n1 Weather Station, 6045 Lightning, 3N1, Atlas","rssi":-81,"duration":121060}

Expand Down

0 comments on commit 4da2f27

Please sign in to comment.