Index: shared/scripts/configuration/config.py =================================================================== diff -u -rd0f4e893f8a02c0867aaa9cda0e609ec1d9a6b06 -r5c6c2daa8dc7d453535a9e9f59df872e81d805ca --- shared/scripts/configuration/config.py (.../config.py) (revision d0f4e893f8a02c0867aaa9cda0e609ec1d9a6b06) +++ shared/scripts/configuration/config.py (.../config.py) (revision 5c6c2daa8dc7d453535a9e9f59df872e81d805ca) @@ -25,7 +25,12 @@ "Lavender": "#db98f5", "Light Blue": "#acd7f1", "Light Teal": "#29f1da","Lime": "#b7fc36", "Magenta":"#fd28fd", "Orange": "#f2721c", "Peach":"#f1979a", "Red": "#c53b33", "Rose":"#fc178d", "Slate blue":"#7f7ffa", "Violet": "#6435c9", "White": "#ffffff", "Yellow": "#fcfc4d"} - + +#Alarms location +CONFIG_PATH = Path(os.getcwd()) +HOME_DIR_PATH = CONFIG_PATH.parent.parent.parent +ALARMS_CONF_LOCATION = "".join([str(HOME_DIR_PATH),'/Projects/application/resources/settings/Alarms/Alarms.conf']) + NUM_OF_ALARM_PRIORITIES = 4 # Total number of alarm priorities ACCEPTED = True REJECTED = False