UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

6 lines 342 B
import * as m from "../lib/modernExtend"; import type { DefinitionWithExtend, ModernExtend } from "../lib/types"; export declare function sengledLight(args?: m.LightArgs): ModernExtend; export declare function sengledSwitchAction(): ModernExtend; export declare const definitions: DefinitionWithExtend[]; //# sourceMappingURL=sengled.d.ts.map