Attribute Object

From Hubitat Documentation
Revision as of 14:51, 22 May 2019 by Cschwer (talk | contribs) (Created page with "==Properties== :: id - Long: the unique id of this attribute. :: version - Long: the database version of this attribute. :: dataType - String: The type of data that is stored...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Properties

id - Long: the unique id of this attribute.
version - Long: the database version of this attribute.
dataType - String: The type of data that is stored in this attribute, possible values are (ENUM, STRING, DYNAMIC_ENUM, JSON_OBJECT, NUMBER, BOOL, DATE, VECTOR3).
name - String: the name of this attribute.
possibleValues - List<String>: a list of possible values for this attribute if dataType is ENUM.