Skip to content

Commit

Permalink
observer runs every 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSST committed Mar 24, 2024
1 parent abeb439 commit 5bdf632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This code will run on a Raspberry PI in a chicken barn. There are scales under t

### Epic v1: Chicken scale recognizes weight change and sends message about state (which chicken, an egg) via Messenger

* BUG: Observer muss regelmässiger laufen, abstimmen mit Mqtt Message
* BUG: wenn Ei gelegt und erkannt, tare-it oder wenn nicht, die letzten Hühner in Message packen
* correct shutdown of mqtt user
* implement calibrate
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ messengerservice:

schedulerservice:
observer:
cron: "0 * 6-20 * * *"
cron: "0/10 * 6-20 * * *"
tare:
cron: "17 * 6-20 * * *"
morning:
Expand Down

0 comments on commit 5bdf632

Please sign in to comment.