Add support for more packet types

This commit is contained in:
2024-02-18 22:50:55 +11:00
parent 07f46ecfe7
commit 52d03a1ac9
3 changed files with 30 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ enum class PacketType {
OPEN,
CLOSE,
STOP,
OPEN_SLOW,
CLOSE_SLOW,
MOVE_TO_SAVED_POSITION,
FIELDS,
FIELD_COMMAND,
UNKNOWN