UNPKG
@homenet/plugin-mqttpublish
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Publishes all events on the event bus to MQTT
@homenet/plugin-mqttpublish
/
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;