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
/
dist
/
index.d.ts
7 lines
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
API
}
from
'homebridge'
;
declare
const
_default
:
(
api
: API
) =>
void
;
/** * This method registers the platform with Homebridge */
export
= _default;
//# sourceMappingURL=index.d.ts.map