mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
85 lines
2.9 KiB
JSON
85 lines
2.9 KiB
JSON
{
|
||
"menuSection": "sensors",
|
||
"configItem": [
|
||
{
|
||
"name": "bluetooth сканер",
|
||
"type": "Reading",
|
||
"subtype": "BleScan",
|
||
"id": "BleScan",
|
||
"widget": "na",
|
||
"page": "",
|
||
"descr": "",
|
||
"int": 135,
|
||
"scanDuration": 10,
|
||
"filter": "servicedatauuid",
|
||
"debug":1
|
||
},
|
||
{
|
||
"name": "bluetooth датчик",
|
||
"type": "Reading",
|
||
"subtype": "BleSens",
|
||
"id": "BleSens",
|
||
"widget": "anydataDef",
|
||
"page": "Сенсоры",
|
||
"descr": "",
|
||
"needSave": 0,
|
||
"global": 0,
|
||
"round": 1,
|
||
"MAC": "",
|
||
"sensor": ""
|
||
}
|
||
],
|
||
"about": {
|
||
"authorName": "AVAKS, v3 - Mit4bmw",
|
||
"authorContact": "https://t.me/@avaks, https://t.me/Mit4bmw",
|
||
"authorGit": "https://github.com/avaksru, https://github.com/Mit4el",
|
||
"specialThanks": "@Serghei63",
|
||
"moduleName": "Ble",
|
||
"moduleVersion": "3.0",
|
||
"usedRam": {
|
||
"esp32_4mb": 1261449,
|
||
"esp8266_4mb": 0
|
||
},
|
||
"subTypes": [
|
||
"BleSens",
|
||
"BleScan"
|
||
],
|
||
"title": "Сканер Bluetooth",
|
||
"moduleDesc": "Позволяет получить данные с Bluetooth часов и термометров Mijia, Xiaomi, Cleargrass, ...",
|
||
"propInfo": {
|
||
"round": "Округление после запятой.",
|
||
"int": "Интервал сканирования BLE окружения (BleScan) / В BleSens не используется, там обновляется по мене сканирования/поступления",
|
||
"scanDuration": "Длительность сканирования ",
|
||
"filter": "Позволяет установить фильтр по параметру передаваемому датчиком. Влияет только на вывод лога при debug=1, что бы было легче найти датчики, если много устройств в эфире",
|
||
"MAC": "MAC адрес беспроводного датчика",
|
||
"sensor": "Тип сенсора: температура / влажность / время / ... "
|
||
}
|
||
},
|
||
"defActive": false,
|
||
"usedLibs": {
|
||
"esp32_4mb": [
|
||
"https://github.com/h2zero/NimBLE-Arduino.git",
|
||
"https://github.com/avaksru/decoder.git"
|
||
],
|
||
"esp32_16mb": [
|
||
"https://github.com/h2zero/NimBLE-Arduino.git",
|
||
"https://github.com/avaksru/decoder.git"
|
||
],
|
||
"esp32_4mb3f": [
|
||
"https://github.com/h2zero/NimBLE-Arduino.git",
|
||
"https://github.com/avaksru/decoder.git"
|
||
],
|
||
"esp32s2_4mb": [
|
||
"https://github.com/h2zero/NimBLE-Arduino.git",
|
||
"https://github.com/avaksru/decoder.git"
|
||
],
|
||
"esp32s3_16mb": [
|
||
"https://github.com/h2zero/NimBLE-Arduino.git",
|
||
"https://github.com/avaksru/decoder.git"
|
||
],
|
||
"esp32c3m_4mb": [
|
||
"https://github.com/h2zero/NimBLE-Arduino.git",
|
||
"https://github.com/avaksru/decoder.git"
|
||
]
|
||
}
|
||
} |