fix(server): emit heartbeat with state
Description
This MR fixes a problem that lead to a timeout, usually in the auto-update scripts.
Related Issues
closes #295 (closed) #280 (closed)
Type of Change
- Added explicit server state to the heartbeat
- Increased expiration from 1 s to 10 s
- Added default gui_id (the previous default
None
would lead to a crash)
Additional Comments
We could even increase the expiration to, say 100 s but I think 10 should be fine.
Definition of Done
-
Documentation is up-to-date.
Edited by wakonig_k