DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x9A] - The UI application was refusing to send the message 0x9A, and the type of the message to be sent should change to U32 to work since FW is using U32 for bool.
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.