mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
Добавляем параметр global во все модули
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"menuSection": "Экраны",
|
||||
|
||||
"configItem": [{
|
||||
"global": 0,
|
||||
"name": "LCD экран 2004",
|
||||
"type": "Reading",
|
||||
"subtype": "Lcd2004",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"menuSection": "Экраны",
|
||||
"configItem": [
|
||||
{
|
||||
{
|
||||
"global": 0,
|
||||
"name": "Strip ws2812b",
|
||||
"type": "Reading",
|
||||
"subtype": "Ws2812b",
|
||||
|
||||
Reference in New Issue
Block a user