VMB2BLE
Can de delay times be 0.5 seconds ???
To turn open the blinds 1 second is to long
Normally in Velbus the shortest configurable delay is 1 second.
You can generate a very short pulse with the following workaround:
- initiator: button; subject: relay channel; action: restartable timer, 1s
- initiator: same button; subject: a second (virtual) relay channel; action: restartable timer, 1s
- initiator: second (virtual) relay channel; subject: first relay channel; action: off
This will cause relay channel 1 to close very shortly, like a pulse.
(The button starts the two relay channels at almost the same time, after which the second relay channel almost immediately turns off the first).