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
Great work on Iris! It would be really nice to add a sleep timer to this project.
I'm not sure what the best way to implement it would be, but I imagine a menu near Settings which allows you to set a timer for a specified amount of time, either increments of 5 minutes on a select list or just put some iOS style time pickers
Let me know if this is something worth pursuing or not
Thanks!
The text was updated successfully, but these errors were encountered:
This type of functionality lives in the backend. So you would need to construct a container in core.py to hold the sleep configuration. This would also make it accessible to all clients.
Then you'd need to implement the frontend component to manage the sleep configuration, and JS actions to listen for changes to the backend configuration (as applied by other clients).
Hey James,
Great work on Iris! It would be really nice to add a sleep timer to this project.
I'm not sure what the best way to implement it would be, but I imagine a menu near Settings which allows you to set a timer for a specified amount of time, either increments of 5 minutes on a select list or just put some iOS style time pickers
Let me know if this is something worth pursuing or not
Thanks!
The text was updated successfully, but these errors were encountered: