luisiam / homebridge-cmdswitch2

CMD Plugin for HomeBridge (API 2.0): https://github.com/nfarina/homebridge
Apache License 2.0
176 stars 29 forks source link

Add synchronous option to disable parallel execution #70

Closed Pythe1337N closed 2 years ago

Pythe1337N commented 3 years ago

This will make sure each command will be queued up and run one after another. For example when using a RF transmitter to switch lights, the transmit command runs for approx. 1 second and can only handle one transmission at a time.