UNPKG
homebridge-rpi-pico-doorbell
Version:
latest (2.1.6)
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
Use GPIO input from RPi Pico as HomeKit doorbell
homebridge-rpi-pico-doorbell
/
config.schema.json
17 lines
•
321 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"pluginAlias"
:
"DoorbellRPiPico"
,
"pluginType"
:
"accessory"
,
"singular"
:
false
,
"schema"
:
{
"type"
:
"object"
,
"properties"
:
{
"name"
:
{
"title"
:
"Name"
,
"type"
:
"string"
,
"required"
:
true
,
"placeholder"
:
"Doorbell"
,
"default"
:
"Doorbell"
}
}
}
}