From 31269103f451012bb611d4371fbc4a93c6a4cdac Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Fri, 23 Jul 2021 10:37:01 -0400 Subject: [PATCH] Update zwave-js docs with new parameter for multicast_set_value service (#18580) --- source/_integrations/zwave_js.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index 8d84f5ee84b..0015cb873fe 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -218,7 +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. | +| `options` | no | Set value options map. 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` @@ -235,6 +235,7 @@ This service will set a value on multiple Z-Wave devices using multicast. It is | `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 map. Refer to the Z-Wave JS documentation for more information on what options can be set. | ### Service `zwave_js.ping`