UNPKG
@ljames8/hormann-hcp-client
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
Hormann Communication Protocol v1 garage door serial client
@ljames8/hormann-hcp-client
/
dist
/
src
/
utils.d.ts
4 lines
(3 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
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
;