Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeviceEventDto

DTO for the device update event received from the Hubitat's Maker API.

Hierarchy

  • DeviceEventDto

Index

Properties

Properties

deviceId

deviceId: string

Id of the device. Should be parsable into an integer.

name

name: string

Name of the device's attribute for the event.

value

value: string | null

New value of the device's attribute.

Generated using TypeDoc