From 38cfe2215fbbe8e2be710388f8e7b321f08f992d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 29 Jul 2019 13:00:15 -0700 Subject: [PATCH] use enum for alert sounds --- log.capnp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/log.capnp b/log.capnp index 5f76cbd74..d7f062967 100644 --- a/log.capnp +++ b/log.capnp @@ -439,7 +439,8 @@ struct ControlsState @0x97ff69c53601abf1 { alertSize @39 :AlertSize; alertBlinkingRate @42 :Float32; alertType @44 :Text; - alertSound @45 :Text; + alertSoundDEPRECATED @45 :Text; + audibleAlert @56 :Car.CarControl.HUDControl.AudibleAlert; awarenessStatus @26 :Float32; angleModelBias @27 :Float32; gpsPlannerActive @40 :Bool;