Smart Home Reboot Trait Schema

action.devices.traits.Reboot - This trait belongs to devices that support rebooting, such as routers. The device needs to support rebooting as a single action.

Device ATTRIBUTES

None.

Device STATES

None.

Device COMMANDS

Devices with this trait may respond to the following commands as part of the EXECUTE operation. To learn more about handling EXECUTE intents, see Intent fulfillment.

action.devices.commands.Reboot

Reboots the device.

Parameters

Parameters Type Description

No properties

Examples

Reboot my device.

{
  "command": "action.devices.commands.Reboot",
  "params": {}
}

Device ERRORS

See the full list of errors and exceptions.