add update check for device
This commit is contained in:
@@ -952,6 +952,8 @@ void MqttHandler::run() {
|
||||
publishDefinition(m_replacers, "def_global_uptime-", uptimeTopic, "global", "uptime", "def_global-");
|
||||
publishDefinition(m_replacers, "def_global_updatecheck-", m_globalTopic.get("", "updatecheck"), "global",
|
||||
"updatecheck", "def_global-");
|
||||
publishDefinition(m_replacers, "def_global_updatecheck_device-", m_globalTopic.get("", "updatecheck"), "global",
|
||||
"updatecheck_device", "");
|
||||
publishDefinition(m_replacers, "def_global_scan-", m_globalTopic.get("", "scan"), "global", "scan",
|
||||
"def_global-");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user