add test shot and decode shot

This commit is contained in:
Tomas Krejci 2024-05-29 14:32:32 +02:00
parent 4f5674ada5
commit 47ccba5c3e

View File

@ -97,8 +97,8 @@ COMMAND_END = 0xE8
COMMANDS = [
["NewGame", 0x83, 0x05, COMMAND_END],
["AdminKill", 0x83, 0x00, COMMAND_END],
["Explode", 0x83, 0x0B, COMMAND_END],
["Test", 0x83, 0x15, COMMAND_END],
["TestShot_ID8_RED_25", 0x08, 0x24, 0x00],
["SensorTest", 0x83, 0x15, COMMAND_END],
]
#### Logging ####