Добавляем параметр global во все модули

This commit is contained in:
2022-10-23 11:19:41 +03:00
parent 31beaa9c90
commit 08db9bd9e3
41 changed files with 65 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы",
"configItem": [
{
"global": 0,
"name": "График",
"type": "Writing",
"subtype": "Loging",

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы",
"configItem": [
{
"global": 0,
"name": "График дневного расхода",
"type": "Writing",
"subtype": "LogingDaily",

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы",
"configItem": [
{
"global": 0,
"name": "Таймер",
"type": "Writing",
"subtype": "Timer",

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы",
"configItem": [
{
"global": 0,
"name": "Виртуальная кнопка",
"type": "Reading",
"subtype": "VButton",

View File

@@ -2,6 +2,7 @@
"menuSection": "Виртуальные элементы",
"configItem": [
{
"global": 0,
"name": "Окно ввода числа (переменная)",
"type": "Reading",
"subtype": "Variable",
@@ -15,6 +16,7 @@
"num": 2
},
{
"global": 0,
"name": "Окно ввода времени",
"type": "Reading",
"subtype": "Variable",
@@ -28,6 +30,7 @@
"num": 3
},
{
"global": 0,
"name": "Окно ввода даты",
"type": "Reading",
"subtype": "Variable",
@@ -41,6 +44,7 @@
"num": 4
},
{
"global": 0,
"name": "Окно ввода текста",
"type": "Reading",
"subtype": "Variable",