Options
All
  • Public
  • Public/Protected
  • All
Menu

A response from the Elk M1 that reports the arming status for all areas.

If the control’s area status changes, this message will be sent if Global Option “Transmit Keypad Keys” is enabled.

May be requested by sending a ArmingStatusRequest

see

4.2.13 Reply Arming Status Report Data (AS)

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly areas

An array describing status for each area (area 1 = index 0, area 2 = index 1, etc.)

Optional Readonly checksum

checksum: undefined | string

Readonly data

data: string = ""

Optional Readonly expectedChecksum

expectedChecksum: undefined | string

Optional Readonly expectedPacketLength

expectedPacketLength: undefined | string

Readonly isChecksumValid

isChecksumValid: boolean = false

Readonly isPacketLengthValid

isPacketLengthValid: boolean = false

Readonly isWellFormed

isWellFormed: boolean = false

Optional Readonly messageType

messageType: undefined | string

Optional Readonly packetLength

packetLength: undefined | string

Readonly raw

raw: string

Optional Readonly reserved

reserved: undefined | string

Optional Readonly subMessageType

subMessageType: undefined | string

Optional Readonly terminator

terminator: undefined | string

Static Readonly COMMAND

COMMAND: "AS" = "AS"

Accessors

command

  • get command(): string | null

entranceTime

  • get entranceTime(): number | null

exitTime

  • get exitTime(): number | null

Methods

getAreaStatus

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Static property
  • Static method

Generated using TypeDoc