[Fix] doorstatus not updating every minute #46

Merged
max merged 1 commit from fix-doorstatus into main 2024-02-02 15:56:04 +01:00
Owner

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.

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.
dario added 1 commit 2024-02-02 15:47:22 +01:00
fix doorstatus not updating every minute
All checks were successful
/ build (pull_request) Successful in 40s
/ cleanup-staging (pull_request) Successful in 2s
/ build (push) Successful in 13s
8a66b0a361
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
First-time contributor

You can view your changes at https://staging.hamburg.ccc.de/pr46/

You can view your changes at https://staging.hamburg.ccc.de/pr46/
max approved these changes 2024-02-02 15:55:46 +01:00
max merged commit 8a66b0a361 into main 2024-02-02 15:56:04 +01:00
max deleted branch fix-doorstatus 2024-02-02 15:56:04 +01:00
Sign in to join this conversation.
No reviewers
max
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: CCCHH/ccchh-website#46
No description provided.