UNPKG

@homenet/plugin-mqtt

Version:

Homenet plugin for buttons and sensors emitted over MQTT

5 lines (4 loc) 160 B
import { IPluginLoader } from '@homenet/core'; export declare function create(annotate: any): { MqttPluginLoader: new (...args: any[]) => IPluginLoader; };