I have Homeseer as my Home Automation server. The light switch in homeseer has 3 attributes. HSStatus, HSValue & HSLastchange.
I am making a custom tile. I do a icon change based on data trigger for On/Off. This is done using
@device.HSStatus
I have added a slider and made it work binding it to HSValue. The slider works as expected.
Now in to the issue:
If I use the slider and am on any value other than 0% or 100%, the icon does not change. I was following a post by another user and he doesn’t seem to have this issue. He told me he uses @Device.Switch
Is there a way for me to make this work?