Update device value
update_device_valueUpdate a Domoticz device's numeric and string values by specifying its idx or name.
Instructions
Manual update. Preferred: idx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idx | No | Numeric Domoticz idx; preferred over name when known | |
| name | No | Case-insensitive Domoticz entity name | |
| nvalue | No | Numeric Domoticz device value | |
| svalue | No | String Domoticz device value |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional Domoticz response title | |
| status | Yes | Status returned by Domoticz, normally OK |