mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 20:09:14 +03:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
|
|
{
|
|||
|
|
"menuSection": "Сенсоры",
|
|||
|
|
"configItem": [
|
|||
|
|
{
|
|||
|
|
"name": "UART",
|
|||
|
|
"type": "Reading",
|
|||
|
|
"subtype": "SoftUART",
|
|||
|
|
"id": "u",
|
|||
|
|
"tx": 15,
|
|||
|
|
"rx": 16,
|
|||
|
|
"speed": 9600
|
|||
|
|
}
|
|||
|
|
],
|
|||
|
|
"about": {
|
|||
|
|
"authorName": "Dmitry Borisenko",
|
|||
|
|
"authorContact": "https://t.me/Dmitry_Borisenko",
|
|||
|
|
"authorGit": "https://github.com/DmitryBorisenko33",
|
|||
|
|
"specialThanks": "Serghei Crasnicov @Serghei63",
|
|||
|
|
"moduleName": "Bme280",
|
|||
|
|
"moduleVersion": "1.0",
|
|||
|
|
"usedRam": 15,
|
|||
|
|
"subTypes": [
|
|||
|
|
"SoftUART"
|
|||
|
|
],
|
|||
|
|
"title": "Софтовый uart для esp8266 или harware uart для esp32",
|
|||
|
|
"moduleDesc": "Используется вместе с Pzem004t",
|
|||
|
|
"propInfo": {
|
|||
|
|
"tx": "TX пин",
|
|||
|
|
"rx": "RX пин",
|
|||
|
|
"speed": "Скорость UART"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"defActive": false,
|
|||
|
|
"devices": {
|
|||
|
|
"esp32_4mb": [
|
|||
|
|
"plerup/espsoftwareserial"
|
|||
|
|
],
|
|||
|
|
"esp8266_4mb": [
|
|||
|
|
"plerup/espsoftwareserial"
|
|||
|
|
]
|
|||
|
|
}
|
|||
|
|
}
|