UNPKG

@homenet/plugin-zway

Version:

Homenet plugin for Z-Way connected Z-Wave devices

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