zigbee-herdsman
Version:
An open source ZigBee gateway solution with node.js.
18 lines • 563 B
TypeScript
import { Subsystem } from "../unpi/constants";
import type { MtCmd } from "./tstype";
declare const Definition: {
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
[ ]: MtCmd[];
};
export default Definition;
//# sourceMappingURL=definition.d.ts.map