setGpioConditions v5.0
Set the state of one or more writable GPIO conditions. A condition that does not yet exist is created as a user condition; an existing condition must be writable.
Parameter
An object where the keys are condition names and the values are their boolean state.
Return value
null
Example
setGpioConditions {"MyCondition": true}