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

45 lines
1.4 KiB
JSON
Raw Normal View History

2022-09-26 21:56:54 +02:00
{
"menuSection": "Сенсоры",
"configItem": [
{
"name": "UART",
"type": "Reading",
2022-09-27 01:24:22 +02:00
"subtype": "UART",
"page": "",
"descr": "",
"widget": "nil",
2022-09-26 21:56:54 +02:00
"id": "u",
2022-09-27 01:07:50 +02:00
"tx": 12,
"rx": 13,
2022-09-26 21:56:54 +02:00
"speed": 9600
}
],
"about": {
"authorName": "Dmitry Borisenko",
"authorContact": "https://t.me/Dmitry_Borisenko",
"authorGit": "https://github.com/DmitryBorisenko33",
"specialThanks": "Serghei Crasnicov @Serghei63",
2022-09-27 01:24:22 +02:00
"moduleName": "UART",
2022-09-26 21:56:54 +02:00
"moduleVersion": "1.0",
"usedRam": 15,
"subTypes": [
"SoftUART"
],
"title": "Software uart для esp8266 или hardware uart для esp32",
"moduleDesc": "Используется вместе с Pzem004t или с другими работающими по uart сенсорами, в последствии будет доработан для связи с arduino платами",
2022-09-26 21:56:54 +02:00
"propInfo": {
"tx": "TX пин",
"rx": "RX пин",
"speed": "Скорость UART"
}
},
"defActive": true,
2022-09-26 21:56:54 +02:00
"devices": {
"esp32_4mb": [
"plerup/espsoftwareserial"
],
"esp8266_4mb": [
"plerup/espsoftwareserial"
]
}
}