summaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
authorRyan Oberholzer <rwoberholzer@users.noreply.github.com>2016-09-14 13:29:41 -0400
committerGitHub <noreply@github.com>2016-09-14 13:29:41 -0400
commitd9f54f97578429773421abce98d5f6579717afcc (patch)
treec5d5239a339d1bd104162261b79662e746aa969b /openxc.proto
parent1f30cd503806c0844e3ee53ef3627b8a5464d124 (diff)
parent80d46a817a266329c6bbf3283420b8980f2b0e4b (diff)
Merge pull request #33 from openxc/addingPlatformCommand
Added platform to message format
Diffstat (limited to 'openxc.proto')
-rw-r--r--openxc.proto1
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;