UNPKG
homebridge-panasonic-bluray-players
Version:
latest (2.0.9)
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
Get status of Panasonic Blu-ray players
github.com/CorentinB/panabridge
CorentinB/panabridge
homebridge-panasonic-bluray-players
/
dist
/
index.d.ts
7 lines
(6 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
API
}
from
'homebridge'
;
/** * This method registers the platform with Homebridge */
declare
const
_default
:
(
api
: API
) =>
void
;
export
default
_default;