diff options
author | rwoberholzer <rwoberholzer@gmail.com> | 2016-09-14 17:04:56 +0000 |
---|---|---|
committer | rwoberholzer <rwoberholzer@gmail.com> | 2016-09-14 17:04:56 +0000 |
commit | d95233833f8a3b763acacaf188a85f98928a4ff2 (patch) | |
tree | 5365c00702aebae59abefe28729ce059a7fa15d0 /openxc.proto | |
parent | 1f30cd503806c0844e3ee53ef3627b8a5464d124 (diff) |
Added platform to message format
Diffstat (limited to 'openxc.proto')
-rw-r--r-- | openxc.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openxc.proto b/openxc.proto index 80ffc507..db7164ff 100644 --- a/openxc.proto +++ b/openxc.proto @@ -39,6 +39,7 @@ message ControlCommand { MODEM_CONFIGURATION = 8; RTC_CONFIGURATION = 9; SD_MOUNT_STATUS = 10; + PLATFORM = 11; } optional Type type = 1; |