Share via


LightAlarms Enum

Definition

Enumerates the different alarms supported by the Light device.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum LightAlarms
[<System.Flags>]
type LightAlarms = 
Public Enum LightAlarms
Inheritance
LightAlarms
Attributes

Fields

Name Value Description
None 1

Alarms are not supported.

Slow 16

Supports a slow beep.

Medium 32

Supports a medium beep.

Fast 64

Supports a fast beep.

Custom1 65536

Supports first custom alarm.

Custom2 131072

Supports second custom alarm.

Applies to