Closed lowefraser closed 3 years ago
@lowefraser Thanks for pointing this out.
I've added a separate set of functions that use the duration parameter as well: The new version is also published on npm
holdTriggerOutputActive(durationMins)
- Holds the control output which would be triggered by sendTrigger active for durationMins minutesholdTriggerSecondaryOutputActive(durationMins)
- Holds the control output which would be triggered by sendTriggerSecondary active for durationMins minutesholdOpenOutputActive(durationMins)
- Holds the control output which would be triggered by sendOpen active for durationMins minutesholdCloseOutputActive(durationMins)
- Holds the control output which would be triggered by sendClose active for durationMins minutesThank you
I can't see that the node client supports setting the duration on the trigger as per v3 of the API?