[Fix] doorstatus not updating every minute #46
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-doorstatus"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
roomstate.js incorrectly used setTimeout() instead of setInterval() to
call the door status. This caused the status to only be updated once
after the initial page load, instead of once every minute.
You can view your changes at https://staging.hamburg.ccc.de/pr46/