mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
skip time
This commit is contained in:
@@ -260,7 +260,7 @@ void publishState() {
|
|||||||
String state = selectToMarkerLast(tmp, ":");
|
String state = selectToMarkerLast(tmp, ":");
|
||||||
state.replace("\"", "");
|
state.replace("\"", "");
|
||||||
|
|
||||||
if (topic != "name" && topic != "lang" && topic != "ip" && topic.indexOf("_in") < 0) {
|
if ((topic != "time") && (topic != "name") && (topic != "lang") && (topic != "ip") && (topic.indexOf("_in") < 0)) {
|
||||||
publishStatus(topic, state);
|
publishStatus(topic, state);
|
||||||
}
|
}
|
||||||
str = deleteBeforeDelimiter(str, ",");
|
str = deleteBeforeDelimiter(str, ",");
|
||||||
|
|||||||
Reference in New Issue
Block a user