zigbee-herdsman-converters
Version:
Collection of device converters to be used with zigbee-herdsman
12 lines • 335 B
TypeScript
import type { DefinitionWithExtend } from "../lib/types";
export interface OrviboSwitchRewiringArgs {
endpointNames: string[];
endpoints: {
[n: string]: number;
};
endpointIds: {
[n: number]: string;
};
}
export declare const definitions: DefinitionWithExtend[];
//# sourceMappingURL=orvibo.d.ts.map