mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
59 lines
1.9 KiB
JSON
59 lines
1.9 KiB
JSON
{
|
||
"menuSection": "executive_devices",
|
||
"configItem": [
|
||
{
|
||
"global": 0,
|
||
"name": "Расширитель портов Pcf8574",
|
||
"type": "Reading",
|
||
"subtype": "Pcf8574",
|
||
"id": "Pcf",
|
||
"widget": "",
|
||
"page": "",
|
||
"descr": "",
|
||
"int": "0",
|
||
"addr": "0x20",
|
||
"index": 1
|
||
}
|
||
],
|
||
"about": {
|
||
"authorName": "Serghei Crasnicov",
|
||
"authorContact": "https://t.me/Serghei63",
|
||
"authorGit": "https://github.com/Serghei63",
|
||
"specialThanks": "Ilya Belyakov @Biveraxe , @AEV_LAB ",
|
||
"moduleName": "Pcf8574",
|
||
"moduleVersion": "1.0",
|
||
"moduleDesc": "Добавляет в систему дополнительные GPIO для элементов, которые поддерживают такую функцию.",
|
||
"propInfo": {
|
||
"int": "Не используется",
|
||
"addr": "Адрес устройства на шине, обычно 0x20",
|
||
"index": "Значения от 1 до 4, где при выборе 1 будет нумерация pin 100-115, при выборе 2 200-215 и т.д."
|
||
}
|
||
},
|
||
"defActive": true,
|
||
"usedLibs": {
|
||
"esp32_4mb": [
|
||
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||
],
|
||
"esp8266_4mb": [
|
||
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||
],
|
||
"esp8266_1mb": [
|
||
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||
],
|
||
"esp8266_1mb_ota": [
|
||
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||
],
|
||
"esp8285_1mb": [
|
||
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||
],
|
||
"esp8285_1mb_ota": [
|
||
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||
],
|
||
"esp8266_2mb": [
|
||
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||
],
|
||
"esp8266_2mb_ota": [
|
||
"adafruit/Adafruit BusIO @ ^1.13.2"
|
||
]
|
||
}
|
||
} |