mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
45 lines
1.5 KiB
JSON
45 lines
1.5 KiB
JSON
{
|
||
"menuSection": "Исполнительные устройства",
|
||
|
||
"configItem": [{
|
||
"name": "Расширитель портов Mcp23017",
|
||
"type": "Reading",
|
||
"subtype": "Mcp23017",
|
||
"id": "Mcp",
|
||
"widget": "",
|
||
"page": "",
|
||
"descr": "",
|
||
|
||
"int": "0",
|
||
"addr": "0x20",
|
||
"index": 1
|
||
}],
|
||
|
||
"about": {
|
||
"authorName": "Ilya Belyakov",
|
||
"authorContact": "https://t.me/Biveraxe",
|
||
"authorGit": "https://github.com/biveraxe",
|
||
"specialThanks": "",
|
||
"moduleName": "Mcp23017",
|
||
"moduleVersion": "1.0",
|
||
"moduleDesc": "Добавляет в систему дополнительные GPIO для элементов, которые поддерживают такую функцию.",
|
||
"propInfo": {
|
||
"int": "Не используется",
|
||
"addr": "Адрес устройства на шине, обычно 0x20",
|
||
"index": "Значения от 1 до 4, где при выборе 1 будет нумерация pin 100-115, при выборе 2 200-215 и т.д."
|
||
}
|
||
},
|
||
|
||
"defActive": true,
|
||
|
||
"devices": {
|
||
"esp32_4mb": [
|
||
"adafruit/Adafruit MCP23017 Arduino Library@^2.0.2",
|
||
"adafruit/Adafruit BusIO @ ^1.13.0"
|
||
],
|
||
"esp8266_4mb": [
|
||
"adafruit/Adafruit MCP23017 Arduino Library@^2.0.2",
|
||
"adafruit/Adafruit BusIO @ ^1.13.0"
|
||
]
|
||
}
|
||
} |