Hierarchy (View Summary)

Constructors

Properties

activated_count: number

Number of times the trigger has been activated/triggered

control_system_id: string

ID of the system associated with the trigger

created_at: number

Unix epoch in seconds of the creation time of the object

debounce_period: number

Duration with which to ignore sequential activations of the trigger

description: string

Description of the trigger

enable_webhook: boolean

Whether the trigger can call webhooks

enabled: boolean

Whether trigger is enabled on the associated zone or system

exec_enabled: boolean

Whether the trigger instance can execute methods

id: string

Unique Identifier of the object

important: boolean

Whether the trigger should take priority

name: string

Human readable name of the object

playlists: readonly string[]

List of playlist IDs associated with the system

supported_methods: readonly HttpVerb[]

HTTP verbs supported by the webhook

system_name: string

Name of the system assocaited with the trigger

trigger_id: string

ID of the Parent trigger

updated_at: number

Unix epoch in seconds of the creation time of the object

version: number

Version of the data

webhook_secret: string

Auth key for trigger's webhook

zone_id: string

ID of the zone associated with the trigger

Accessors

  • get system_id(): string

    ID of the system associated with the trigger

    Returns string

Methods