Click or drag to resize

IAlarmZone Interface

[This is preliminary documentation and is subject to change.]

Defines the Alarm Zone capability

Namespace:  GHASchema.Classes.Capabilities.Security
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Security")]
public interface IAlarmZone

The IAlarmZone type exposes the following members.

Properties
  NameDescription
Public propertyAlarmDelay
Seconds to wait before triggering an alarm for this zone
Public propertyAlarmSensor
Connected sensor type
Public propertyAlarmZoneType
Alarm default open/close state
Public propertyLastStateChange
Date/time the state changed
Public propertyNotifyOnStateChange
Notify alarm controller when the state has changed. Designed to support entry alerts
Public propertyState
Current state
Public propertyZoneName
Zone name defined by the underlying hardware
Public propertyZoneNumber
Zone number defined by the underlying hardware
Top
See Also