Skip to content

Commit

Permalink
cluster rev
Browse files Browse the repository at this point in the history
  • Loading branch information
ckm2k1 committed Sep 13, 2024
1 parent 94e04d8 commit d1a0677
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zhaquirks/sinope/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ class AttributeDefs(foundation.BaseAttributeDefs):
status: Final = foundation.ZCLAttributeDef(
id=0x0200, type=t.bitmap32, access="rp", is_manufacturer_specific=True
)
cluster_revision: Final = foundation.ZCLAttributeDef(
id=0xFFFD, type=t.uint16_t, access="r", is_manufacturer_specific=True
)
cluster_revision: Final = foundation.ZCL_CLUSTER_REVISION_ATTR

server_commands = {
0x54: foundation.ZCLCommandDef(
Expand Down

0 comments on commit d1a0677

Please sign in to comment.