mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix zwave_js services example data (#92748)
This commit is contained in:
parent
5b8e72feda
commit
266905a9d3
@ -84,7 +84,7 @@ bulk_set_partial_config_parameters:
|
|||||||
value:
|
value:
|
||||||
name: Value
|
name: Value
|
||||||
description: The new value(s) to set for this configuration parameter. Can either be a raw integer value to represent the bulk change or a mapping where the key is the bitmask (either in hex or integer form) and the value is the new value you want to set for that partial parameter.
|
description: The new value(s) to set for this configuration parameter. Can either be a raw integer value to represent the bulk change or a mapping where the key is the bitmask (either in hex or integer form) and the value is the new value you want to set for that partial parameter.
|
||||||
example:
|
example: |
|
||||||
"0x1": 1
|
"0x1": 1
|
||||||
"0x10": 1
|
"0x10": 1
|
||||||
"0x20": 1
|
"0x20": 1
|
||||||
@ -287,7 +287,7 @@ invoke_cc_api:
|
|||||||
parameters:
|
parameters:
|
||||||
name: Parameters
|
name: Parameters
|
||||||
description: A list of parameters to pass to the API method. Refer to the Z-Wave JS Command Class API documentation (https://zwave-js.github.io/node-zwave-js/#/api/CCs/index) for parameters.
|
description: A list of parameters to pass to the API method. Refer to the Z-Wave JS Command Class API documentation (https://zwave-js.github.io/node-zwave-js/#/api/CCs/index) for parameters.
|
||||||
example: [1, 1]
|
example: "[1, 1]"
|
||||||
required: true
|
required: true
|
||||||
selector:
|
selector:
|
||||||
object:
|
object:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user