9 lines
235 B
YAML
9 lines
235 B
YAML
send_command:
|
|
description: Sends a command to a device.
|
|
fields:
|
|
device:
|
|
description: Device ID to send command to.
|
|
example: '1000123456'
|
|
cmd:
|
|
description: A single command to send.
|
|
example: 'switch'
|