Set Logic Variable
set_variableUpdate a Homey logic variable to a new value. Ensure the value type matches the variable's defined type (boolean, number, or string).
Instructions
Set the value of a logic variable. The value type must match the variable type (boolean, number, or string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Variable ID | |
| value | Yes | New value (must match variable type) |