StartStopCommand

Description

Start or stop the device.

Fields

Key Type Description
devices [Device]

Device can be started/stopped such as blender, dryer etc.

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