Files
IoTManager/src/modules/sensors/Bmp280/modinfo.json

80 lines
2.4 KiB
JSON
Raw Normal View History

{
"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": [
2022-12-07 18:14:52 +01:00
"adafruit/Adafruit BMP280 Library"
],
"esp8266_4mb": [
2022-12-07 18:14:52 +01:00
"adafruit/Adafruit BMP280 Library"
],
"esp8266_1mb": [
2022-12-07 18:14:52 +01:00
"adafruit/Adafruit BMP280 Library"
],
"esp8266_1mb_ota": [
2022-12-07 18:14:52 +01:00
"adafruit/Adafruit BMP280 Library"
],
"esp8285_1mb": [
2022-12-07 18:14:52 +01:00
"adafruit/Adafruit BMP280 Library"
],
"esp8285_1mb_ota": [
2022-12-07 18:14:52 +01:00
"adafruit/Adafruit BMP280 Library"
],
"esp8266_2mb": [
"adafruit/Adafruit BMP280 Library"
],
"esp8266_2mb_ota": [
"adafruit/Adafruit BMP280 Library"
]
}
}