mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
fix Discovery, DugTrace
This commit is contained in:
@@ -219,7 +219,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
IoTDiscovery *getBenchmarkTask()
|
||||
IoTDiscovery *getHADiscovery()
|
||||
{
|
||||
if (HA)
|
||||
return this;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"menuSection": "virtual",
|
||||
"menuSection": "virtual_elments",
|
||||
"configItem": [
|
||||
{
|
||||
"global": 0,
|
||||
|
||||
@@ -31,7 +31,7 @@ public:
|
||||
if (!HOMEd)
|
||||
return;
|
||||
|
||||
if (msg.indexOf("HELLO") == -1)
|
||||
if (payloadStr.indexOf("HELLO") == -1)
|
||||
{
|
||||
/* String dev = selectToMarkerLast(topic, "/");
|
||||
dev.toUpperCase();
|
||||
@@ -254,7 +254,7 @@ public:
|
||||
}
|
||||
}
|
||||
}
|
||||
IoTBench *getBenchmarkTask()
|
||||
IoTDiscovery *getHOMEdDiscovery()
|
||||
{
|
||||
if (HOMEd)
|
||||
return this;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"menuSection": "virtual",
|
||||
"menuSection": "virtual_elments",
|
||||
"configItem": [
|
||||
{
|
||||
"global": 0,
|
||||
|
||||
Reference in New Issue
Block a user