Update user variable
update_user_variableModify an existing Domoticz user variable by specifying its name, new value, and variable type (integer, float, string, date, or time).
Instructions
Update var value. Cross-ref: domoticz://user-variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Existing user variable name | |
| value | Yes | New user variable value | |
| vtype | Yes | Variable type: 0 integer, 1 float, 2 string, 3 date, 4 time |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional Domoticz response title | |
| status | Yes | Status returned by Domoticz, normally OK |