UNPKG

@ljames8/hormann-hcp-client

Version:

Hormann Communication Protocol v1 garage door serial client

4 lines (3 loc) 245 B
export declare function arraysEqual(a: Uint8Array | number[], b: Uint8Array | number[]): boolean; export declare function hex(v: number[] | Buffer | Uint8Array): string; export declare function computeCRC8(bytes: number[] | Uint8Array): number;