Lutron Aurora

This documentation was generated from: lutron_aurora_foh.json

AttributeValue
manufacturername Lutron
modelid Z3-1BRL
product Z3-1BRL
status Silver

1. ZHASwitch

Endpoint: /sensors

Top level attributes

AttributeDatatypeDescriptionAccess
lastseen ISO 8601 timestamp Timestamp of the last communication. R
manufacturername String "Lutron" R
modelid String "Z3-1BRL" R
mode UInt32 Operational mode. RW
name String Name of the resource. RW
swversion String Firmware version of the device. R
type String "ZHASwitch" R
uniqueid String Unique identifier of the resource. R

Config attributes

AttributeDatatypeDescriptionAccess
battery UInt8 The current device battery level in 0–100 %. R
on Bool When true the sensor is enabled in rules.

Default: true

RW
reachable Bool When true the device is assumed to be operational. R

State attributes

AttributeDatatypeDescriptionAccess
lastupdated ISO 8601 timestamp Timestamp when state was last updated. R
buttonevent UInt32 The last received button event. R
eventduration UInt16 Determines how long an event lasted (not implemented yet). R

Example output

{
  "config": {
    "battery": 100,
    "group": "19406",
    "on": true,
    "reachable": true
  },
  "ep": 1,
  "etag": "60a0b4ca3c0c2f7afdf6b05de4ff91ff",
  "lastseen": "2021-03-18T12:10Z",
  "manufacturername": "Lutron",
  "mode": 1,
  "modelid": "Z3-1BRL",
  "name": "Friends-of-Hue dimmer",
  "state": {
    "buttonevent": 1002,
    "eventduration": 0,
    "lastupdated": "2021-03-18T12:01:51.195"
  },
  "swversion": "3.1",
  "type": "ZHASwitch",
  "uniqueid": "ff:ff:00:0f:e7:fe:53:c0-01-fc00"
}