ChargeCommand

Description

Start or stop charging.

Fields

Key Type Description
devices [Device]

Devices that can store energy in a battery and potentially recharge, or devices that can charge another device.

Required

Variable is allowed.

charge Bool

true to start charging, false to stop charging.

Required

Variable is allowed.

Examples

actions:
- type: device.command.Charge
  devices: My Device - Room Name
  charge: true