@ -295,7 +295,10 @@ MQTT.subscribe(
"zigbee2mqtt/Piscine",
function (topic, msg) {
status.tick_mqtt++;
print("[POOL] mqtt", topic);
print("[POOL] mqtt", topic, msg);
if (msg == "") {
return;
}
let obj = JSON.parse(msg);
if (obj.temperature === undefined) {
The note is not visible to the blocked user.