pebble / clay

Pebble Config Framework
MIT License
120 stars 29 forks source link

Persist config elements' state without message Key #126

Closed ygalanter closed 8 years ago

ygalanter commented 8 years ago

Right now current state of elements is saved between config loads only if messaegeKey is set for the element. Sometimes selection needs to be preserved without actually being sent to the watch. For example a SELECT element with predefined color theme names. When theme is selected - individual colors are sent to the watch - not the theme value. But current theme selection needs to persist. Perhaps persist based on ID instead of messageKey?

keegan-lillo commented 8 years ago

duplicate of https://github.com/pebble/clay/issues/116