RegisterRestorer: - removed 'GENESISFLOW_SealDisplay' from 'blacklist' for CUST
This commit is contained in:
parent
9db3c500ac
commit
ef6aa2bef2
@ -125,9 +125,10 @@ namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore
|
||||
/// <remarks date="2025-Jul-16" author="Thomas Wiedebusch">
|
||||
/// Defined by M.C., J.L. and A.F. with the file: 'FwUpdateController.cs-GetRecoveryFile()-2507160616.xlsx'.
|
||||
/// </remarks>
|
||||
/// <remarks date="2025-Dec-08" author="Thomas Wiedebusch">
|
||||
/// CUST 2.8.13:
|
||||
/// - Added:’SENSUSRADIO_WakeupInterval’
|
||||
/// <remarks date="2025-Dec-08..10" author="Thomas Wiedebusch">
|
||||
/// CUST 2.8.14:
|
||||
/// - Added: - ’SENSUSRADIO_WakeupInterval’ to keep radio active after CUST run
|
||||
/// - Removed: - 'GENESISFLOW_SealDisplay' being able to modify display resolution
|
||||
/// </remarks>
|
||||
private static readonly List<String> _fieldUpdateBlacklist = new List<String>
|
||||
{
|
||||
@ -189,7 +190,7 @@ namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore
|
||||
"GENESISFLOW_PipeFillingDelay", //46
|
||||
"GENESISFLOW_ResetAccumulators", //47
|
||||
"GENESISFLOW_SampleRate", //48
|
||||
"GENESISFLOW_SealDisplay", //49
|
||||
//"GENESISFLOW_SealDisplay", //49 - 2025-Dec-10 - emoved as needed to modify display resolution A.F., M.C. - CUST_2.8.14
|
||||
"GENESISFLOW_StartHit", //50
|
||||
"GENESISFLOW_StoreCalibration", //51
|
||||
"GENESISFLOW_Timeout", //52
|
||||
@ -252,7 +253,7 @@ namespace Xylem.Common.Hardware.WaterMeter.Genesis.GenesisCore
|
||||
"SENSUSRADIO_Tfx_Structure", //21
|
||||
"SENSUSRADIO_UpgFWVersion", //22
|
||||
"SENSUSRADIO_UtcTimeOffset", //23
|
||||
"SENSUSRADIO_WakeupInterval", //24 - 2025-Dec-08 - CUST_2.8.13
|
||||
"SENSUSRADIO_WakeupInterval", //24 - 2025-Dec-08 - CUST_2.8.14
|
||||
|
||||
"SYSTEM_CalendarSeconds", // 1
|
||||
"SYSTEM_CheckPresence", // 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user