UNPKG
homebridge-lirc-tv
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Control IR Televisions using LIRC
github.com/pkmnct/homebridge-lirc-tv
pkmnct/homebridge-lirc-tv
homebridge-lirc-tv
/
dist
/
index.d.ts
7 lines
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
API
}
from
'homebridge'
;
declare
const
_default
:
(
api
: API
) =>
void
;
/** * This method registers the platform with Homebridge */
export
= _default;
//# sourceMappingURL=index.d.ts.map