Skip to content

Commit

Permalink
feat(ignore): add displayUnit and airQuality attributes to aqaraOpple…
Browse files Browse the repository at this point in the history
… cluster (#829)

For Koenkk/zigbee-herdsman-converters#6709, so we can switch those to modernExtend (enum)Lookups.

I guess we should technically rename this to something like lumiManufacturerSpecific because that seems to be what it is, but that seems like a huge rename I do not want to attempt.
  • Loading branch information
sjorge authored Dec 17, 2023
1 parent 234c36d commit 65ef3db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/zcl/definition/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4628,8 +4628,10 @@ const Cluster: {
ID: 0xFCC0,
manufacturerCode: ManufacturerCode.LUMI_UNITED_TECH,
attributes: {
mode: {ID: 9, type: DataType.uint8},
illuminance: {ID: 0x0112, type: DataType.uint32}
mode: {ID: 0x0009, type: DataType.uint8},
illuminance: {ID: 0x0112, type: DataType.uint32},
displayUnit: {ID: 0x0114, type: DataType.uint8},
airQuality: {ID: 0x0129, type: DataType.uint8},
},
commands: {},
commandsResponse: {}
Expand Down

0 comments on commit 65ef3db

Please sign in to comment.