Click or drag to resize

IAlarmControl Interface

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

Defines the Alarm control 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 IAlarmControl

The IAlarmControl type exposes the following members.

Properties
  NameDescription
Public propertyAlarmCode
Code used to disarm the alarm system
Public propertyArmed
Determines if the controller will trigger an alarm if it detects a zone event
Public propertyPanicButton
Triggers an alarm regardless of Armed setting
Top
Methods
  NameDescription
Public methodSetSiren
Tells a bound object to trigger an audible alarm (if able)
Public methodSignal
Called by a bound driver to indicate a security event has occurred
Top
See Also