Skip to content

Commit

Permalink
Update variables.sh: Add a few statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Feb 1, 2025
1 parent 21d37d2 commit a1a5a64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,13 @@ if [[ -z "${ALLSKY_VARIABLE_SET}" ]]; then
ALLSKY_STATUS_NEVER_RUN="Never Run"
ALLSKY_STATUS_NOT_RUNNING="Not Running"
ALLSKY_STATUS_SEE_WEBUI="Not Running - see the WebUI"
ALLSKY_STATUS_STARTING="Starting..."
ALLSKY_STATUS_STARTING="Starting"
ALLSKY_STATUS_RESTARTING="Restarting"
ALLSKY_STATUS_RUNNING="Running"
ALLSKY_STATUS_STOPPED="Stopped"
ALLSKY_STATUS_ERROR="Stopped - error detected"
ALLSKY_STATUS_NO_CAMERA="Stopped - camera not found"
ALLSKY_STATUS_CAMERA_CHANGE="Stopped - camera changed"
ALLSKY_STATUS_REBOOT_NEEDED="Stopped - reboot needed"
ALLSKY_STATUS_ACTIONS_NEEDED="Stopped - actions needed"
ALLSKY_STATUS_NEEDS_CONFIGURATION="Allsky needs configuring"
Expand Down

0 comments on commit a1a5a64

Please sign in to comment.