#wear OS
1 messages · Page 1 of 1 (latest)
My next focus will be on scenes. I'm thinking of three steps:
- showing a list of scenes, which can be activated from the app
- Adding the scenes to a database, so you don't have to wait for it to load each time
- Adding a tile for quick access
How often are you planning on updating the scene list? In my experience the call to get a list of all entities takes about a second
Might be easy to expose switches without state with a toggle on tap too
Might be right, maybe it's not needed. Then only a list of toggles for the tile might need to be saved. I'll see what the performance is on my old and my new watch 🙂
@fading matrix what do you mean with exposing switches without state?
Don't make them switches in our UI, just a button that toggles the state.