Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HubitatDeviceTriggerDefinition

A class defining a hubitat device trigger.

Hierarchy

Index

Properties

attributes

attributes: AttributeFilter[] = []

A list of attribute filters. This trigger will accept only events matching at least one of those attributes. If the list is empty, events won't be filtered by their attribute name and/or value.

devices

devices: number[] = []

A list of device IDs. This trigger will accept only events from those devices. If the list is empty, events won't be filtered by device ID.

triggerType

triggerType: string = HUBITAT_DEVICE_EVENT_TYPE

A string value describing the hubitat device event type.

Accessors

allAttributeNames

  • get allAttributeNames(): string[]

lastAttribute

Methods

match

Generated using TypeDoc