ba58smith / lora-receiver

Based on Jim Booth's battery monitor hardware and software. Thanks, Jim!
MIT License
0 stars 0 forks source link

Update new website immediately upon receipt of data with an alarm #11

Closed ba58smith closed 2 years ago

ba58smith commented 2 years ago

Short-circuit the web update delay if we get any new data packet that just went from "no alarm" to "alarm" status. That way, after an alarm situation is rec'd, it will show on the website almost immediately.

Do this only after switching to a different website than Jim's, so that I can properly highlight the alarm on the website.

ba58smith commented 2 years ago

No longer relevant, as all data is sent to InfluxDB / Grafana as soon as it's received.