zigbee-herdsman
Version:
An open source ZigBee gateway solution with node.js.
7 lines • 437 B
TypeScript
import { DataType } from './definition';
import * as TsType from './tstype';
declare function IsDataTypeAnalogOrDiscrete(dataType: DataType): 'ANALOG' | 'DISCRETE';
declare function getCluster(key: string | number, manufacturerCode?: number): TsType.Cluster;
declare function getGlobalCommand(key: number | string): TsType.Command;
export { getCluster, getGlobalCommand, IsDataTypeAnalogOrDiscrete, };
//# sourceMappingURL=utils.d.ts.map