#wear OS

1 messages · Page 1 of 1 (latest)

exotic bane
#

Now that the wear os app (finally) supports authentication, I notice an increased interest in contributing. If anyone else is considering to contribute, I thought it would be nice to align a bit!

#

My next focus will be on scenes. I'm thinking of three steps:

  1. showing a list of scenes, which can be activated from the app
  2. Adding the scenes to a database, so you don't have to wait for it to load each time
  3. Adding a tile for quick access
night tartan
#

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

fading matrix
#

Might be easy to expose switches without state with a toggle on tap too

exotic bane
#

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?

fading matrix
#

Don't make them switches in our UI, just a button that toggles the state.