When blinds are controlled and run lets say from position 0 → 80, they cannot be controlled until they reach their destination of 80.
The GFA5-App sends up and down commands which seem to be able to interrupt and change the blind movement.
Either use up and down or use the following approach which seemed to work with the GFA5-App either:
Before every moveToXXX command, send a "stop" command. This interrupts the blinds and sets a new target position.
When blinds are controlled and run lets say from position 0 → 80, they cannot be controlled until they reach their destination of 80. The GFA5-App sends
up
anddown
commands which seem to be able to interrupt and change the blind movement. Either useup
anddown
or use the following approach which seemed to work with the GFA5-App either:Before every
moveToXXX
command, send a"stop"
command. This interrupts the blinds and sets a new target position.