zigbee-herdsman
Version:
An open source ZigBee gateway solution with node.js.
18 lines • 558 B
TypeScript
import { Subsystem } from '../unpi/constants';
import { 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