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

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 zone's purpose

id

id: string

Unique Identifier of the object

name

name: string

Human readable name of the object

settings

settings: EngineSettings

Map of user settings for the system

tags

tags: string

List of tags associated with the zone

trigger_list

trigger_list: keyof EngineTrigger[] = []

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

triggers

triggers: keyof string[]

List of triggers associated with the zone

Accessors

changes

Methods

Protected change

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

clearPendingChanges

  • clearPendingChanges(): void

delete

  • delete(): Promise<void>

emit

save

storePendingChange

  • storePendingChange(key: ZoneMutableFields, value: EngineZone[ZoneMutableFields]): this

toJSON

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