Options
All
  • Public
  • Public/Protected
  • All
Menu

Zone Status Report

The control panel sends this message in response to a Zone Status Request. The data portion of this message is 208 characters long, one character for each zone in order. Each character is the sum of all applicable status values, expressed in hexadecimal, using ASCII characters 0-9 and A-F.

see

4.40.6 Zone Status Report (ZS)

Hierarchy

Implements

Index

Constructors

constructor

Properties

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

Readonly zoneStatuses

zoneStatuses: ZoneStatus[]

Static Readonly COMMAND

COMMAND: "ZS" = "ZS"

Accessors

command

  • get command(): string | null

Methods

getZoneStatus

Legend

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

Generated using TypeDoc