mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
||
"menuSection": "sensors",
|
||
"configItem": [
|
||
{
|
||
"global": 0,
|
||
"name": "BMP280 Температура",
|
||
"type": "Reading",
|
||
"subtype": "Bmp280t",
|
||
"id": "tmp3",
|
||
"widget": "anydataTmp",
|
||
"page": "Сенсоры",
|
||
"descr": "280 Температура",
|
||
"int": 15,
|
||
"addr": "0x77",
|
||
"round": 1
|
||
},
|
||
{
|
||
"global": 0,
|
||
"name": "BMP280 Давление",
|
||
"type": "Reading",
|
||
"subtype": "Bmp280p",
|
||
"id": "Press3",
|
||
"widget": "anydataMm",
|
||
"page": "Сенсоры",
|
||
"descr": "280 Давление",
|
||
"int": 15,
|
||
"addr": "0x77",
|
||
"round": 1
|
||
}
|
||
],
|
||
"about": {
|
||
"authorName": "Ilya Belyakov",
|
||
"authorContact": "https://t.me/Biveraxe",
|
||
"authorGit": "https://github.com/biveraxe",
|
||
"specialThanks": "Serghei Crasnicov @Serghei63",
|
||
"moduleName": "Bmp280",
|
||
"moduleVersion": "1.0",
|
||
"usedRam": {
|
||
"esp32_4mb": 15,
|
||
"esp8266_4mb": 15
|
||
},
|
||
"subTypes": [
|
||
"Bmp280t",
|
||
"Bmp280p"
|
||
],
|
||
"title": "Сенсор температуры, давления с Bmp280",
|
||
"moduleDesc": "Позволяет получить значения температуры и давления с Bmp280.",
|
||
"propInfo": {
|
||
"addr": "Адрес датчика на шине, обычно 0x77.",
|
||
"int": "Количество секунд между опросами датчика."
|
||
}
|
||
},
|
||
"defActive": true,
|
||
"usedLibs": {
|
||
"esp32_4mb": [
|
||
"adafruit/Adafruit BMP280 Library"
|
||
],
|
||
"esp8266_4mb": [
|
||
"adafruit/Adafruit BMP280 Library"
|
||
],
|
||
"esp8266_1mb": [
|
||
"adafruit/Adafruit BMP280 Library"
|
||
],
|
||
"esp8266_1mb_ota": [
|
||
"adafruit/Adafruit BMP280 Library"
|
||
],
|
||
"esp8285_1mb": [
|
||
"adafruit/Adafruit BMP280 Library"
|
||
],
|
||
"esp8285_1mb_ota": [
|
||
"adafruit/Adafruit BMP280 Library"
|
||
],
|
||
"esp8266_2mb": [
|
||
"adafruit/Adafruit BMP280 Library"
|
||
],
|
||
"esp8266_2mb_ota": [
|
||
"adafruit/Adafruit BMP280 Library"
|
||
]
|
||
}
|
||
} |