Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IAlarmRequest

Index

Properties

Properties

Optional action

action: AlarmAction | keyof typeof AlarmAction

action is the kind of alarm request to issue. The action may GET alarm statuses, ACTIVATE an alarm, or DEACTIVATE a raised alarm.

Optional alarm

alarm: AlarmType | keyof typeof AlarmType

alarm is the type of alarm to consider for this request.

Optional memberID

memberID: string | number

memberID is the ID of the member associated with the alarm. If memberID is 0, the alarm request covers all members.

Legend

  • Constructor
  • Method
  • Inherited method

Generated using TypeDoc