Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeviceInfoDto

DTO describing a device in full detail as received from Hubitat's Maker API.

Hierarchy

  • DeviceInfoDto

Index

Properties

attributes

A list of attributes of the device.

capabilities

capabilities: (string | DeviceInfoCapabilityDto)[]

A list of capabilities of the device.

commands

commands: string[]

A list of commands supported by the device.

id

id: string

An ID of the device.

label

label: string

A label of the device.

name

name: string

A name of the device.

Generated using TypeDoc