RICADO Gen 4 API JS Client

RICADO Gen 4 API JS Client

Class

AlarmGroupModel

Extends
  • BaseModel

Summary

AlarmGroupModel Constructor

.

Description

Model Class for a Alarm Group

Constructor

protected

new AlarmGroupModel(siteId)

AlarmGroupModel Constructor

Parameters

  • siteId number

    The Site ID associated with this Alarm Group

Source

Members

externalResetPointsArray.<{point: number, value: boolean}>

An Array of Points and the States to be Written when this Alarm Group is Reset

Type

  • Array.<{point: number, value: boolean}>

Source

Methods

static

fromJSON(json, siteId) → {AlarmGroupModel}

Create a new AlarmGroupModel from a JSON Object or JSON String

Parameters

  • json Object.<string, any> | string

    A JSON Object or JSON String

  • siteId number

    The Site ID associated with this Alarm Group

Returns

  • AlarmGroupModel

Source