Updating to allow for Button Press event logs for Inovelli devices (#68277)

Co-authored-by: codyhackw <49957005+codyhackw@users.noreply.github.com>
This commit is contained in:
Inovelli 2022-03-22 14:59:57 -04:00 committed by GitHub
parent 34063836ba
commit 78a41022ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,3 +84,11 @@ class SmartThingsAcceleration(ZigbeeChannel):
ATTR_VALUE: value,
},
)
@registries.CHANNEL_ONLY_CLUSTERS.register(0xFC31)
@registries.CLIENT_CHANNELS_REGISTRY.register(0xFC31)
class InovelliCluster(ZigbeeChannel):
"""Inovelli Button Press Event channel."""
REPORT_CONFIG = []