UNPKG

@homenet/plugin-zway

Version:

Homenet plugin for Z-Way connected Z-Wave devices

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