Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DeviceInfoAttributeDto

DTO describing attributes of a device received from Hubitat's Maker API as a part of DeviceInfoDto.

Hierarchy

  • DeviceInfoAttributeDto

Index

Properties

currentValue

currentValue: string | number | null

Current value of the attribute.

dataType

A type of the attribute value's data.

name

name: string

A name of the attribute.

Optional values

values: string[]

A list of values of the attribute.

Generated using TypeDoc