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