Downloading the instructions through the socket #53

Merged
gregoo merged 8 commits from gregoo/BrickTracker:instructions into instructions 2025-01-26 09:48:18 +01:00
Showing only changes of commit cf9e716d1c - Show all commits

View File

@ -15,7 +15,6 @@ logger = logging.getLogger(__name__)
# Messages valid through the socket # Messages valid through the socket
MESSAGES: Final[dict[str, str]] = { MESSAGES: Final[dict[str, str]] = {
'ADD_SET': 'add_set',
'COMPLETE': 'complete', 'COMPLETE': 'complete',
'CONNECT': 'connect', 'CONNECT': 'connect',
'DISCONNECT': 'disconnect', 'DISCONNECT': 'disconnect',