Zigbee Attribute Names
Overview
This page lists the names of zigbee attributes that can be used with the Properties API (i.e. updateProperty, getProperty, getProperties, getCachedProperty, and getCachedProperties).
Names
Any of the Attribute names below can be passed into the updateProperty(Property) and getProperty(String) methods. Note: not all attributes are writable.
Cluster | Attribute | Type | is Writable |
|---|---|---|---|
Alarms | AlarmCount | uint16 |
|
BallastConfiguration | PhysicalMinLevel | uint8 |
|
BallastConfiguration | PhysicalMaxLevel | uint8 |
|
BallastConfiguration | BallastStatus | map8 |
|
BallastConfiguration | BallastConfiguration_MinLevel | uint8 | true |
BallastConfiguration | BallastConfiguration_MaxLevel | uint8 | true |
BallastConfiguration | PowerOnLevel | uint8 | true |
BallastConfiguration | PowerOnFadeTime | uint16 | true |
BallastConfiguration | IntrinsicBallastFactor | uint8 | true |
BallastConfiguration | BallastFactorAdjustment | uint8 | true |
BallastConfiguration | LampQuantity | uint8 |
|
BallastConfiguration | LampType | string | true |
BallastConfiguration | LampManufacturer | string | true |
BallastConfiguration | LampRatedHours | uint24 | true |
BallastConfiguration | LampBurnHours | uint24 | true |
BallastConfiguration | LampAlarmMode | map8 | true |
BallastConfiguration | LampBurnHoursTripPoint | uint24 | true |
BarrierControl | MovingState | enum8 |
|
BarrierControl | SafetyStatus | map16 |
|
BarrierControl | Capabilities | map8 |
|
BarrierControl | OpenEvents | uint16 | true |
BarrierControl | CloseEvents | uint16 | true |
BarrierControl | CommandOpenEvents | uint16 | true |
BarrierControl | CommandCloseEvents | uint16 | true |
BarrierControl | BarrierControl_OpenPeriod | uint16 | true |
BarrierControl | ClosePeriod | uint16 | true |
BarrierControl | BarrierPosition | uint8 |
|
Basic | ZCLVersion | uint8 |
|
Basic | ApplicationVersion | uint8 |
|
Basic | StackVersion | uint8 |
|
Basic | HWVersion | uint8 |
|
Basic | ManufacturerName | string |
|
Basic | ModelIdentifier | string |
|
Basic | DateCode | string |
|
Basic | PowerSource | enum8 |
|
Basic | GenericDevice-Class | enum8 |
|
Basic | GenericDevice-Type | enum8 |
|
Basic | ProductCode | octstr |
|
Basic | ProductURL | string |
|
Basic | ManufacturerVersionDetails | string |
|
Basic | SerialNumber | string |
|
Basic | ProductLabel | string |
|
Basic | LocationDescription | string | true |
Basic | PhysicalEnvironment | enum8 | true |
Basic | DeviceEnabled | bool | true |
Basic | Basic_AlarmMask | map8 | true |
Basic | DisableLocalConfig | map8 | true |
Basic | SWBuildID | string |
|
CarbonMonoxide | CarbonMonoxide_MeasuredValue | single |
|
CarbonMonoxide | CarbonMonoxide_MinMeasuredValue | single |
|
CarbonMonoxide | CarbonMonoxide_MaxMeasuredValue | single |
|
CarbonMonoxide | CarbonMonoxide_Tolerance | single |
|
ColorControl | CurrentHue | uint8 |
|
ColorControl | CurrentSaturation | uint8 |
|
ColorControl | ColorControl_RemainingTime | uint16 |
|
ColorControl | CurrentX | uint16 |
|
ColorControl | CurrentY | uint16 |
|
ColorControl | DriftCompensation | enum8 |
|
ColorControl | CompensationText | string |
|
ColorControl | ColorTemperatureMireds | uint16 |
|
ColorControl | ColorMode | enum8 |
|
ColorControl | ColorControl_Options | CCColorOptions | true |
ColorControl | EnhancedCurrentHue | uint16 |
|
ColorControl | EnhancedColorMode | enum8 |
|
ColorControl | ColorLoopActive | uint8 |
|
ColorControl | ColorLoopDirection | CCColorLoopDirection |
|
ColorControl | ColorLoopTime | uint16 |
|
ColorControl | ColorLoopStartEnhancedHue | uint16 |
|
ColorControl | ColorLoopStoredEnhancedHue | uint16 |
|
ColorControl | ColorCapabilities | map16 |
|
ColorControl | ColorTempPhysicalMinMireds | uint16 |
|
ColorControl | ColorTempPhysicalMaxMireds | uint16 |
|
ColorControl | CoupleColorTempToLevelMinMireds | uint16 |
|
ColorControl | StartUpColorTemperatureMireds | uint16 | true |
ColorControl | NumberOfPrimaries | uint8 |
|
ColorControl | Primary1X | uint16 |
|
ColorControl | Primary1Y | uint16 |
|
ColorControl | Primary1Intensity | uint8 |
|
ColorControl | Primary2X |