Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
added power save state to health packet
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Nov 21, 2019
1 parent 66be370 commit 4b9c942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ struct HealthData {
ignitionCan @13 :Bool;
safetyModel @14 :Car.CarParams.SafetyModel;
faultStatus @15 :FaultStatus;
powerSaveEnabled @16 :Bool;

enum FaultStatus {
none @0;
Expand Down

0 comments on commit 4b9c942

Please sign in to comment.