EnableDisableNetworkProfileCommand

Description

Enable or disable a network profile. Secondary user verification with PIN must be used. A user's home security can be considered affected if other security devices are disabled via these commands.

Fields

Key Type Description
devices [Device]

Devices that support performing network specific operations.

Required

enable Bool

true to enable the profile, false to disable the profile.

Required

profile String

The profile name from networkProfiles attribute.

Optional

The available values depends on each device.

Examples

actions:
- type: device.command.EnableDisableNetworkProfile
  devices: My Device - Room Name
  enable: true