Skip to content

Commit

Permalink
Added new Garden Sync event
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Sep 23, 2020
1 parent 172491c commit 4440e8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions brewtils/models.py
Expand Up @@ -61,8 +61,9 @@ class Events(Enum):
FILE_CREATED = 24
GARDEN_STARTED = 25
GARDEN_STOPPED = 26
ENTRY_STARTED = 27
ENTRY_STOPPED = 28
GARDEN_SYNC = 27
ENTRY_STARTED = 28
ENTRY_STOPPED = 29
JOB_CREATED = 30
JOB_DELETED = 31
JOB_PAUSED = 32
Expand Down

0 comments on commit 4440e8a

Please sign in to comment.