UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

41 lines 1.42 kB
import { Buffalo } from '../../buffalo'; import { BuffaloZclDataType, DataType } from './definition/enums'; import { BuffaloZclOptions } from './definition/tstype'; export declare class BuffaloZcl extends Buffalo { private writeOctetStr; private readOctetStr; private writeCharStr; private readCharStr; private writeLongOctetStr; private readLongOctetStr; private writeLongCharStr; private readLongCharStr; private writeArray; private readArray; private writeStruct; private readStruct; private writeToD; private readToD; private writeDate; private readDate; private writeListZoneInfo; private readListZoneInfo; private writeExtensionFieldSets; private readExtensionFieldSets; private writeListThermoTransitions; private readListThermoTransitions; private writeGdpFrame; private readGdpFrame; private writeStructuredSelector; private readStructuredSelector; private writeListTuyaDataPointValues; private readListTuyaDataPointValues; private writeListMiboxerZones; private readListMiboxerZones; private writeBigEndianUInt24; private readBigEndianUInt24; private readMiStruct; write(type: DataType | BuffaloZclDataType, value: any, options: BuffaloZclOptions): void; read(type: DataType | BuffaloZclDataType, options: BuffaloZclOptions): any; } //# sourceMappingURL=buffaloZcl.d.ts.map