Index: firmware/App/Monitors/Switches.h =================================================================== diff -u -r3a8cf075eb6f0d255f516ac26bac7fbaacfde14a -r395522dffef1348e176564925656012f529c1910 --- firmware/App/Monitors/Switches.h (.../Switches.h) (revision 3a8cf075eb6f0d255f516ac26bac7fbaacfde14a) +++ firmware/App/Monitors/Switches.h (.../Switches.h) (revision 395522dffef1348e176564925656012f529c1910) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file Switches.h * -* @author (last) Sean -* @date (last) 17-Sep-2024 +* @author (last) Sean Nash +* @date (last) 20-Jan-2025 * -* @author (original) Sean -* @date (original) 17-Sep-2024 +* @author (original) Sean Nash +* @date (original) 19-Sep-2024 * ***************************************************************************/ @@ -34,14 +34,14 @@ /// TD switches enumeration typedef enum switch_names { - FRONT_DOOR = 0, ///< Front door switch + H9_SWCH = 0, ///< Front door switch NUM_OF_SWITCHES ///< Number of switches } SWITCH_T; /// TD switches data publish structure typedef struct { - U32 frontDoor; ///< Front door + U32 h9Door; ///< Front door } SWITCHES_DATA_T; // ********** public function prototypes **********