StartStopCommand

Description

Start or stop the device.

Fields

Key Type Description
devices [Device]

Devices that support starting and stopping operations.

Required

Variable is allowed.

start Bool

true to start device operation, false to stop.

Required

Variable is allowed.

Examples

actions:
- type: device.command.StartStop
  devices: My Device - Room Name
  start: true