Hi Dojo,
I'm working on device which have 3 states: state 1, intermediate state (transition), state 2.
When we do set to state 1 or state 2, device needs some time to do transition: state 1 -> intermediate state -> state 2.
The transition time is never unique, but it will be within 8 seconds for tested device. It can be 4 seconds but also 8 seconds.
This is current logic which works fine:
Pairs 106 and 107 are doing set, Pair 101 will receive response with Status.
I think this solution is not the best because for customers who have devices that don't take that much time to do transition, we will do "get" multiple times.
Is there better solution for this case?
Hi Dario,
you can consider using an after trigger and use conditions to decide if another Get is required