mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 11:59:12 +03:00
Меняем структуру FS для хранения модулей и добавляем скрипт сборки модулей для интеграции в меню и библиотеки
This commit is contained in:
21
src/modules/sensors/Ads1115/items.json
Normal file
21
src/modules/sensors/Ads1115/items.json
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"name": "Датчик напряжения ADS1115",
|
||||
"num": 28,
|
||||
"type": "Reading",
|
||||
"subtype": "Ads1115",
|
||||
"id": "Ads3",
|
||||
"widget": "anydataVlt",
|
||||
"page": "Сенсоры",
|
||||
"descr": "ADS_3",
|
||||
|
||||
"pin": "0",
|
||||
"mode": "volt",
|
||||
"gain": "3/4x",
|
||||
|
||||
"plus": 0,
|
||||
"multiply": 1,
|
||||
"round": 100,
|
||||
"int": 10
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user