mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Document new options parameter for zwave_js.set_value service (#18558)
This commit is contained in:
parent
10077f6bd0
commit
0ed7c00e48
@ -218,6 +218,7 @@ This service will set a value on a Z-Wave device. It is for advanced use cases w
|
||||
| `property_key` | no | ID of Property Key that you want to set the value for. |
|
||||
| `endpoint` | no | ID of Endpoint that you want to set the value for. |
|
||||
| `value` | yes | The new value that you want to set. |
|
||||
| `options` | no | Set value options. Refer to the Z-Wave JS documentation for more information on what options can be set. |
|
||||
| `wait_for_result` | no | Boolean that indicates whether or not to wait for a response from the node. If not included in the payload, the integration will decide whether to wait or not. If set to `true`, note that the service call can take a while if setting a value on an asleep battery device. |
|
||||
|
||||
### Service `zwave_js.multicast_set_value`
|
||||
|
Loading…
x
Reference in New Issue
Block a user