up commands

This commit is contained in:
Tomas Krejci 2024-05-28 17:05:46 +02:00
parent 8f468ff531
commit 6470007a42

View File

@ -66,8 +66,8 @@ from rgb import RGB
LAST_BYTE = (0xE8)
COMMANDS = [['NewGame', 0x83, 0x05],
['AdminKill', 0x83, 0x00],
['Explode', 0x83, 0x01],
['Random', 0x83, 0x02]]
['Explode', 0x83, 0x0B],
['Test', 0x83, 0x15]]
#### Logging ####
import logging