You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i’d love to have the page refresh every hour.
I can achieve this by hitting the API on the device like this:
curl -X POST http://192.168.1.111:5011/autorefresh/3600
However that does not survive a device reboot.
Is their a variable that could be used instead of the API?
The text was updated successfully, but these errors were encountered:
vern3851
changed the title
Feature request
Feature request - autorefresh variable
Aug 25, 2023
weve done some network hardening, hitting this API is possible from the console and pointing at loopback too.
eg curl -X POST http://127.0.0.1:5011/autorefresh/3600
but, still just a band-aid, would really like a proper variable to set.
i’d love to have the page refresh every hour.
I can achieve this by hitting the API on the device like this:
curl -X POST http://192.168.1.111:5011/autorefresh/3600
However that does not survive a device reboot.
Is their a variable that could be used instead of the API?
The text was updated successfully, but these errors were encountered: