node-enocean-ts
Version:
Typescript full implementation of the enocean protocol (ESP3 + EEP2.6)
9 lines (8 loc) • 589 B
TypeScript
declare const _default: {
extractByteValue: (ByteNr: any, minByte: any, maxByte: any, minValue: any, maxValue: any, data: any) => any;
extract10BitValue: (ByteBase: any, minByte: any, maxByte: any, minValue: any, maxValue: any, data: any) => any;
extract10BitValueReverse: (ByteBase: any, minByte: any, maxByte: any, minValue: any, maxValue: any, data: any) => any;
extractBitValue: (ByteNr: any, BitStart: any, BitLength: any, data: any) => number;
extractBitEnum: (ByteNr: any, BitStart: any, BitLength: any, data: any, ENUM: any) => any;
};
export default _default;