mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Zwave: Add forgotten service file (#6073)
* add print * Add 'print_node' service to zwave. * Add forgotten service file
This commit is contained in:
@@ -47,6 +47,12 @@ print_config_parameter:
|
|||||||
parameter:
|
parameter:
|
||||||
description: Parameter number to print (integer).
|
description: Parameter number to print (integer).
|
||||||
|
|
||||||
|
print_node:
|
||||||
|
description: Print all information about z-wave node.
|
||||||
|
fields:
|
||||||
|
node_id:
|
||||||
|
description: Node id of the device to print.
|
||||||
|
|
||||||
set_wakeup:
|
set_wakeup:
|
||||||
description: Sets wake-up interval of a node.
|
description: Sets wake-up interval of a node.
|
||||||
fields:
|
fields:
|
||||||
|
Reference in New Issue
Block a user