souliss / soulissapp

SoulissApp is an Android Application for Souliss Framework
https://play.google.com/store/apps/details?id=it.angelic.soulissclient
MIT License
33 stars 33 forks source link

T_19 slider not updated correctly after ON/OFF #52

Closed Niels-Git closed 9 years ago

Niels-Git commented 9 years ago

In detail - On the 'slider screen' within typical : E.g. power is on xx% - push button OFF - LED fades off but slider would not move to 0% brightness but stays at xx% position E.g. power is off - push button ON - LED fades on but slider would not move to xx% brightness but stays at 0%brightness

(not checked yet if this is an issue for T_16 as well)

Niels

shineangelic commented 9 years ago

The slider are not moving because the brightness value is independent from light state. So, even when the lamp is turned off, the brightness value is there. For T16 is the same.

I could add a state feedback on the detail instead. What do you think?

Niels-Git commented 9 years ago

I see - this makes sense of course. I just was concerned, something referring the code was not correct. Using the ON/OFF buttons of the initial typical's node-screen would result in a recent change of sliders position after changing to the'manual screen'.

Your suggestion above concerning the state feedback sounds very interesting. If it's not to much work it would be nice.

shineangelic commented 9 years ago

status has been added on panel, version 1.5.4