UNPKG
homebridge-wled-ws
Version:
beta (0.0.20-beta.0)
latest (0.0.23)
0.0.23
0.0.22
0.0.20-beta.0
0.0.18
0.0.16
0.0.15
0.0.15-beta.0
0.0.14
0.0.13
0.0.11
0.0.9
0.0.7
0.0.5
WLED strips plugin for Homebridge
github.com/smhex/homebridge-wled-ws
smhex/homebridge-wled-ws
homebridge-wled-ws
/
dist
/
index.d.ts
7 lines
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
API
}
from
'homebridge'
;
/** * This method registers the platform with Homebridge */
declare
const
_default
:
(
api
: API
) =>
void
;
export
= _default;
//# sourceMappingURL=index.d.ts.map