setCustomGpioConditions
:::warning Deprecated Since v5.0, user conditions and expressions are managed separately. Use setGpioConditions for boolean conditions and setUserGpioExpressions for expressions instead. :::
Set one or more custom GPIO conditions.
Parameter
An object where the keys are custom condition names, and each value is either:
- a boolean — a fixed condition state, or
- a string — a condition expression that is evaluated to derive the state.
Return value
null