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

Variable is allowed.

enable Bool

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

Required

Variable is allowed.

profile String

The profile name from networkProfiles attribute.

Optional

Variable is allowed.

The available values depends on each device.

Examples

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