CS-10: The Log upload to the cloud - Added the op_mode as Standby to the disinfect condition.
CS-10: The Log upload to the cloud
- Added a command line option -L to (dis/en)able the long log name with CloudSync upload and pending feature. - If -L is not used the system will log like before with yyyy_DD_dd_denali.(log/err) format. - Improved the code and fixed some of TODO sections. - Added PROPERTY for the application running environment in GuiView to use in export log. - Utilize the MainMenu height in the settingsExportLog since that is hidden in that screen. - Added a dynamic panel layout on the SettingsExportLogs from vertical if not using the LongLogNames to horizontal if the LongLogNames is used. - Added getters for logger file name attributes like the path and log extension and so on, which is currently being used int he DeviceController to handle the log upload and backup.
CS-11: CloudSync Factory Reset deletes the configurations (does decommissioning)
- moved the cs factory reset call for the decommissioning. - fixed the TimedProcess timeout call. - fixed signal emits without emit keyword.