Minor changes
This commit is contained in:
parent
0795911f7a
commit
02b8326b80
@ -152,7 +152,11 @@ void onBroadcastReceiving(const char *data, const uint8_t *sender)
|
|||||||
{
|
{
|
||||||
wasMqttAvailable = temp;
|
wasMqttAvailable = temp;
|
||||||
if (temp)
|
if (temp)
|
||||||
|
{
|
||||||
sendConfigMessage();
|
sendConfigMessage();
|
||||||
|
sendAttributesMessage();
|
||||||
|
sendStatusMessage();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
gatewayAvailabilityCheckTimer.once(15, gatewayAvailabilityCheckTimerCallback);
|
gatewayAvailabilityCheckTimer.once(15, gatewayAvailabilityCheckTimerCallback);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user