DEN-13645: IMP: Unhandled messages duplicate keys fix - it has been observed that the unhandled messages are not logged correctly and turned out it is because of the Types of each parameter used as keys and keys can't be duplicate by default which caused issue for the unhandled messages, since they may have 6 parameter and all with F32 type which then becomes one parameter of type F32. - an attribute has been defined for the config file with the format: #--duplicate_key_on #--duplicate_key_off to allow or disallow the duplicate key at any point in the config file. - Note that the save config parameters are always unique key like AlarmVolume which doesn't make sense to have duplicate entry.
DEN-13645: IMP: DEN-9297: Disinfection messaging flow review - Disinfection current code/design review - Disinfection Screens and Navigation implementation - There are functions and properties used but not implemented yet in vDisinfectAdjustDisinfect, and some that are implemented are not implemented with the new design.