mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
default profile
This commit is contained in:
@@ -128,6 +128,10 @@
|
|||||||
},
|
},
|
||||||
"modules": {
|
"modules": {
|
||||||
"virtual_elments": [
|
"virtual_elments": [
|
||||||
|
{
|
||||||
|
"path": "src/modules/virtual/Benchmark",
|
||||||
|
"active": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "src/modules/virtual/Cron",
|
"path": "src/modules/virtual/Cron",
|
||||||
"active": true
|
"active": true
|
||||||
@@ -352,6 +356,10 @@
|
|||||||
"path": "src/modules/exec/AnalogBtn",
|
"path": "src/modules/exec/AnalogBtn",
|
||||||
"active": true
|
"active": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "src/modules/exec/BrokerMQTT",
|
||||||
|
"active": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "src/modules/exec/ButtonIn",
|
"path": "src/modules/exec/ButtonIn",
|
||||||
"active": true
|
"active": true
|
||||||
@@ -420,6 +428,10 @@
|
|||||||
"path": "src/modules/exec/SDcard",
|
"path": "src/modules/exec/SDcard",
|
||||||
"active": false
|
"active": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "src/modules/exec/SmartBoiler",
|
||||||
|
"active": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "src/modules/exec/SysExt",
|
"path": "src/modules/exec/SysExt",
|
||||||
"active": false
|
"active": false
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
"port":"Порт, по умолчанию 1883"
|
"port":"Порт, по умолчанию 1883"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defActive": true,
|
"defActive": false,
|
||||||
"usedLibs": {
|
"usedLibs": {
|
||||||
"esp32_4mb3f": [],
|
"esp32_4mb3f": [],
|
||||||
"esp32*": [],
|
"esp32*": [],
|
||||||
|
|||||||
@@ -162,7 +162,7 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"defActive": true,
|
"defActive": false,
|
||||||
"usedLibs": {
|
"usedLibs": {
|
||||||
"esp32_4mb3f": [],
|
"esp32_4mb3f": [],
|
||||||
"esp32*": [],
|
"esp32*": [],
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"defActive": true,
|
"defActive": false,
|
||||||
|
|
||||||
"usedLibs": {
|
"usedLibs": {
|
||||||
"esp32_4mb": [],
|
"esp32_4mb": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user