From da655cd384d77e86d54f5ccda59d91608946eddc Mon Sep 17 00:00:00 2001 From: Riccardo Date: Thu, 21 Nov 2019 16:47:05 -0800 Subject: [PATCH] Add uptime to health --- log.capnp | 1 + 1 file changed, 1 insertion(+) diff --git a/log.capnp b/log.capnp index a30812af376169..3eb61267950e2b 100644 --- a/log.capnp +++ b/log.capnp @@ -314,6 +314,7 @@ struct HealthData { safetyModel @14 :Car.CarParams.SafetyModel; faultStatus @15 :FaultStatus; powerSaveEnabled @16 :Bool; + uptime @17 :UInt32; enum FaultStatus { none @0;