Options
All
  • Public
  • Public/Protected
  • All
Menu

Reports an alarm

Reporting of alarms through the built on serial port 0 consists of an ASCII string following the same data format of the digital dialer’s Contact ID transmission. Programming one of the telephone numbers with a dialer format set to “Ethernet” will enable the transmissions of the alarm ASCII strings over the RS-232 serial port 0. Available in M1 Version 4.2.8 and after.

see

4.4.1 Alarm Reporting (AR)

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly accountNumber

accountNumber: number

Readonly alarmCode

alarmCode: number

Alarm code

Readonly areaNumber

areaNumber: number

Area number where alarm occured (1..8)

Optional Readonly checksum

checksum: undefined | string

Readonly data

data: string = ""

Optional Readonly expectedChecksum

expectedChecksum: undefined | string

Optional Readonly expectedPacketLength

expectedPacketLength: undefined | string

Readonly ipAddressNumber

ipAddressNumber: number

IP Address nunber to send alarm on. Valid 1 to 8 on M1 Gold, 1 to 4 on M1 Standard and Ez8.

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

Readonly zoneNumber

zoneNumber: number

Zone/user number (1..208)

Static Readonly COMMAND

COMMAND: "AR" = "AR"

Accessors

command

  • get command(): string | null

Legend

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

Generated using TypeDoc