UNPKG

@homenet/plugin-mqtt

Version:

Homenet plugin for buttons and sensors emitted over MQTT

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