UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

10 lines 304 B
import type { DefinitionWithExtend } from "../lib/types"; export interface WiserDeviceInfo { attributes: { deviceInfo: string; }; commands: never; commandResponses: never; } export declare const definitions: DefinitionWithExtend[]; //# sourceMappingURL=schneider_electric.d.ts.map