Interface EventListenerOptions

Hierarchy

  • EventListenerOptions

Properties

denoise?: boolean

This EventListener will denoise events, and will not be called unless the state changes.

event?: string

The EventListener will subscribe to this event interface.

watch?: boolean

This EventListener will passively watch for events, and not initiate polling.

mixinId?: string

The EventListener will listen to events and property changes from a device or mixin that is suppressed by a mixin.

Generated using TypeDoc