"sendHeartbeat() - Allows node to send heartbeat and controller to ping nodes." (From 1.6beta)
Does this work in Domoticz or is it something we can implement?
It would be great if this heartbeat updated the timestamp so the node doesnt go red.
I see there is something in the code:
Code: Select all
case I_HEARTBEAT:
//Received a heartbeat
while (1 == 0);
break;