Index: NVDataMgmtHDRecords.h =================================================================== diff -u -r1afbd991f98562fda8059c75c59c0ea5b64243e4 -rf920e8561f915223a6f5f358d07b63f90c6dc352 --- NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision 1afbd991f98562fda8059c75c59c0ea5b64243e4) +++ NVDataMgmtHDRecords.h (.../NVDataMgmtHDRecords.h) (revision f920e8561f915223a6f5f358d07b63f90c6dc352) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-2023 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 NVDataMgmtHDRecords.h * * @author (last) Dara Navaei -* @date (last) 03-Nov-2022 +* @date (last) 29-Nov-2022 * * @author (original) Dara Navaei * @date (original) 13-Feb-2021 @@ -82,6 +82,7 @@ SW_CONFIG_DISABLE_SWITCHES_MONITOR, ///< Software configuration disable switches monitor. SW_CONFIG_ENABLE_VBA_SPECIAL_POSITION_C, ///< Software configuration enable VBA special position C. SW_CONFIG_DISABLE_SERVICE_AND_DISINFECT_CHECK, ///< Software configuration disable service and disinfect checks. + SW_CONFIG_DISABLE_AIR_PUMP, ///< Software configuration disable air pump. NUM_OF_SW_CONFIGS ///< Number of software configurations. } SOFTWARE_CONFIG_T; #endif @@ -99,6 +100,7 @@ GET_CAL_VALVES, ///< Get valves calibration data. GET_SYS_RECORD, ///< Get system record data. GET_SRV_RECORD, ///< Get service record data. + GET_USAGE_RECORD, ///< Get usage record. NUM_OF_NV_HD_DATA ///< Number of non-volatile data. } NV_DATA_T;