Options
All
  • Public
  • Public/Protected
  • All
Menu

Send Entry/Exit Data

This sends the entry 1 & 2 and exit 1 & 2 time data when the timers start by area. When each exit timer expires an “EE” command is also transmitted. M1 Version 4.1.12, 5.1.12 or later. Armed State available in 4.1.18, 5.1.18 or later.

see

4.15.1 Send Entry/Exit Data (EE)

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly areaNumber

areaNumber: number

Area number where alarm occured

Readonly armingLevel

armingLevel: ArmingLevel

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 isEntry

isEntry: boolean

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

Readonly timer1

timer1: number

Readonly timer2

timer2: number

Static Readonly COMMAND

COMMAND: "EE" = "EE"

Accessors

command

  • get command(): string | null

isExit

  • get isExit(): boolean

Legend

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

Generated using TypeDoc