Communication: Add GenericAPIDataMessage and GenericAPIStatusMessage types

This commit is contained in:
Max Brombach
2026-08-17 10:30:35 -04:00
committed by Kyle Schwarz
parent 3aaacb6cc8
commit 936566170f
9 changed files with 158 additions and 0 deletions
@@ -49,6 +49,8 @@ public:
ClientId = 0x8017,
AllMACAddresses = 0x8018,
SPIPortKeyOperation = 0x8019,
GenericAPIData = 0x8020,
GenericAPIStatus = 0x8021,
};
Message(Type t) : type(t) {}