UNPKG
@homenet/plugin-zway
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.0.11
0.0.10
0.0.9
0.0.8
Homenet plugin for Z-Way connected Z-Wave devices
@homenet/plugin-zway
/
src
/
index.ts
8 lines
(5 loc)
•
113 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ create }
from
'./loader'
;
function
load
(
annotate
): any {
return
create
(annotate); };
export
= load;