Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRawButtonEvent

Hierarchy

  • IRawButtonEvent

Index

Properties

action

action: ButtonMode

Either "down" for a button pressed or "up" for a button released.

color

color: string

The hexadecimal RGB values of the button LED at the time of the event.

feature

feature: string

For gadgets with multiple features, this is the feature that the event represents. Echo Buttons have one feature only, so this is always press.

gadgetId

gadgetId: string

The permanent identifier of the Echo Button in question. It matches the gadgetId that you will have discovered in roll call.

timestamp

timestamp: string

The event's original moment of occurrence, in ISO format.

Generated using TypeDoc