mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Добавляем профили плат esp01 с и без OTA
This commit is contained in:
28
data_svelte_lite/items.json
Normal file
28
data_svelte_lite/items.json
Normal file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"name": "Выберите элемент",
|
||||
"num": 0
|
||||
},
|
||||
{
|
||||
"header": "Виртуальные элементы"
|
||||
},
|
||||
{
|
||||
"header": "Сенсоры"
|
||||
},
|
||||
{
|
||||
"name": "1. Сканер кнопок 433 MHz",
|
||||
"num": 1,
|
||||
"type": "Reading",
|
||||
"subtype": "RCswitch",
|
||||
"id": "rsw",
|
||||
"int": 500,
|
||||
"pinRx": 12,
|
||||
"pinTx": 12
|
||||
},
|
||||
{
|
||||
"header": "Исполнительные устройства"
|
||||
},
|
||||
{
|
||||
"header": "Экраны"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user