Table of Contents

Enum PowerState

Namespace
Iot.Device.Swarm
Assembly
Iot.Device.Swarm.dll

Power state of the Swarm Tile.

public enum PowerState

Fields

Off = 2

Device is off.

On = 1

Device is on.

Sleep = 3

Device is in sleep mode.

Unknown = 0

Unknown power state.