Each profile defines the operation of the LED(s) on an OSDP reader for each mode in the access control system.
Overview of AscLedProfileItem goes here.
AscLedProfileItem
| Field | Type | Inherited from | Description |
|---|---|---|---|
| Index | Int32 | AscLedProfileItem | Index starting from 0 of LEDs on a reader (default 0..3, MAX 4 readers). The Index must be unique for each LED profile. |
| OffColor | AscLedColor | AscLedProfileItem | Gets or sets the LED color displayed during the “off” phase of the cycle. |
| OffTimeMs | Int32 | AscLedProfileItem | Gets or sets the duration in milliseconds the LED stays in the “off” color (UI configurable in 100ms steps). |
| OnColor | AscLedColor | AscLedProfileItem | Gets or sets the LED color displayed during the “on” phase of the cycle. |
| OnTimeMs | Int32 | AscLedProfileItem | Gets or sets the duration in milliseconds the LED stays in the “on” color (UI configurable in 100ms steps). |
| RepeatCount | Int32 | AscLedProfileItem | Number of LED on/off cycles. The maximum value is 255 |
{
"Index" : "Int32",
"OffColor" : "[AscLedColor](/object-model/ascledcolor)",
"OffTimeMs" : "Int32",
"OnColor" : "[AscLedColor](/object-model/ascledcolor)",
"OnTimeMs" : "Int32",
"RepeatCount" : "Int32"
}