UNPKG
homebridge-gpio-on-switch
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
gpio on switch
github.com/classlfz/homebridge-gpio-on-switch
classlfz/homebridge-gpio-on-switch
homebridge-gpio-on-switch
/
dist
/
index.d.ts
4 lines
(3 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
import
{
API
}
from
'homebridge'
;
declare
const
_default
:
(
api
: API
) =>
void
;
export
= _default;