mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-22 05:19:05 +00:00
cleanup constants
This commit is contained in:
@@ -467,11 +467,7 @@ class Console {
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
Console,
|
Console,
|
||||||
Packets: {
|
Packets: {
|
||||||
START_LIVE: Buffer.from([
|
START_LIVE: Buffer.from([...[0xfb, 0xb1, 0, 0, 0, 0, 0x54], ...[0xfb, 0xc1, 0, 0, 0, 0, 0x44]]),
|
||||||
...[0xfb, 0xb1, 0, 0, 0, 0, 0x54],
|
STOP_LIVE: Buffer.from([...[0xfb, 0xb0, 0, 0, 0, 0, 0x55], ...[0xfb, 0xc0, 0, 0, 0, 0, 0x45]]),
|
||||||
...[0xfb, 0xc1, 0, 0, 0, 0, 0x44],
|
|
||||||
...[0xfb, 0xb1, 0, 0, 0, 0, 0x54],
|
|
||||||
]),
|
|
||||||
STOP_LIVE: Buffer.from([...[0xfb, 0xc0, 0, 0, 0, 0, 0x45], ...[0xfb, 0xb0, 0, 0, 0, 0, 0x55]]),
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user