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
+3
View File
@@ -73,8 +73,11 @@ enum class ExtendedCommand : uint16_t {
GetComponentVersions = 0x001A,
SoftwareUpdate = 0x001B,
Reboot = 0x001C,
ReadGenericAPIStatus = 0x001D,
SetRootFSEntryFlags = 0x0027,
TransmitCoreminiMessage = 0x0028,
ReadGenericAPIData = 0x002E,
WriteGenericAPICommand = 0x002F,
GenericBinaryInfo = 0x0030,
LiveData = 0x0035,
ExecuteSPIPortKeyOperation = 0x003C,