add mqtt connection state to sysinfo

This commit is contained in:
technyon
2023-02-05 13:17:35 +01:00
parent a12e574516
commit af6806270b

View File

@@ -719,6 +719,9 @@ void WebCfgServer::buildInfoHtml(String &response)
response.concat(debugPreferences.preferencesToString(_preferences));
response.concat("MQTT connected: ");
response.concat(_network->mqttConnectionState() > 0 ? "Yes\n" : "No\n");
if(_nuki != nullptr)
{
response.concat("Lock paired: ");