Page 1 of 1

Adjust setpoint without triggering device change

Posted: Thursday 06 February 2020 21:59
by thorazine
How can I update setpoint value without triggering device change event?

I tried CommandArray['UpdateDevice'] - it works with Selector Switch etc. but when I try to use it to adjust setpoint value it immediately triggers device change.

Also is there a way to get info about current state of nvalue fof Selector switch?
Probably there is some easy way to do this...

Thanks for any help with this ;)

Re: Adjust setpoint without triggering device change

Posted: Thursday 06 February 2020 22:47
by waaren
thorazine wrote: Thursday 06 February 2020 21:59 Also is there a way to get info about current state of nvalue fof Selector switch?
Probably there is some easy way to do this...
Are you looking for a manual- or a script solution ?

Re: Adjust setpoint without triggering device change

Posted: Friday 07 February 2020 0:02
by thorazine
I try to do this from LUA script.