added support for timestamp to vehicle messages
[apps/agl-service-can-low-level.git] / openxc.proto
index ec355e9..6d41325 100644 (file)
@@ -13,7 +13,7 @@ message VehicleMessage {
     optional DiagnosticResponse diagnostic_response = 4;
     optional ControlCommand control_command = 5;
     optional CommandResponse command_response = 6;
-       optional uint32 uptime = 7;
+       optional uint64 timestamp = 7;
 }
 
 message CanMessage {
@@ -38,6 +38,7 @@ message ControlCommand {
         PREDEFINED_OBD2_REQUESTS = 7;
                MODEM_CONFIGURATION = 8;
                RTC_CONFIGURATION = 9;
+               SD_MOUNT_STATUS = 10;
     }
 
     optional Type type = 1;