thermferm/server.c

changeset 575
86496d2bc4bb
parent 570
1e0192b295b9
child 578
d694abd9d809
equal deleted inserted replaced
574:362c4700937e 575:86496d2bc4bb
2373 publishDData(unit); 2373 publishDData(unit);
2374 } 2374 }
2375 if (unit->mqtt_flag & MQTT_FLAG_DEATH) { 2375 if (unit->mqtt_flag & MQTT_FLAG_DEATH) {
2376 publishDDeath(unit); 2376 publishDDeath(unit);
2377 } 2377 }
2378 unit->mqtt_flag |= MQTT_FLAG_DLOG; // Something to log
2379 } 2378 }
2380 } 2379 }
2381 } 2380 }
2382 } 2381 }
2383 } 2382 }

mercurial