Options
All
  • Public
  • Public/Protected
  • All
Menu

Control Output Status Report

The control panel sends this message in response to a ControlOutputStatusRequest. The data portion of this message is 208 characters long, one character for each output in order. The value will be: 0 (Off), 1 (On).

see

4.9.4 Control Output Status Report (CS)

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

Readonly outputStatuses

outputStatuses: ReadonlyArray<boolean>

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: "CS" = "CS"

Accessors

command

  • get command(): string | null

Methods

isOutputOn

  • isOutputOn(outputNumber: number): boolean

Legend

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

Generated using TypeDoc