Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected _changes

_changes: HashMap

Map of unsaved property changes

Protected Optional _init_sub

_init_sub: Subscription

Subscription for initialisation events

Protected _server_names

_server_names: HashMap

Map of local property names to server ones

Protected _service

Protected _version

_version: number

Version of the data

bookable

bookable: boolean

Whether system is bookable by end users

capacity

capacity: number

Capacity of the space associated with the system

changeEvents

changeEvents: Subject<EngineDataClassEvent> = new Subject<EngineDataClassEvent>()

Subject for change events to the class object

created_at

created_at: number

Unix epoch in seconds of the creation time of the object

description

description: string

Description of the system

email

email: string

Email address associated with the system

features

features: string

Features associated with the system

id

id: string

Unique Identifier of the object

installed_ui_devices

installed_ui_devices: number

Count of UI devices attached to the system

module_list

module_list: keyof EngineModule[] = []

List of modules associated with the system. Only available from the show method with the complete query parameter

modules

modules: keyof string[]

List of module IDs that belong to the system

name

name: string

Human readable name of the object

settings

settings: EngineSettings

Map of user settings for the system

support_url

support_url: string

Support URL for the system

zones

zones: keyof string[]

List of the zone IDs that the system belongs

Accessors

changes

Methods

addModule

addZone

Protected change

  • change<U>(prop_name: string, value: U): void

clearPendingChanges

  • clearPendingChanges(): void

delete

  • delete(): Promise<void>

emit

removeModule

  • removeModule(mod_id: string): Promise<void>

removeZone

save

start

  • start(): Promise<void>

stop

  • stop(): Promise<void>

storePendingChange

toJSON

types

  • types(): Promise<HashMap<number>>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc