zsmartsystems / com.zsmartsystems.zigbee

ZigBee Cluster Library Java framework supporting multiple dongles
Eclipse Public License 1.0
142 stars 88 forks source link

Deprecate ZclAttribute.getCluster - replace with getClusterType #1307

Closed cdjackson closed 2 years ago

cdjackson commented 2 years ago

Method ZclAttribute.getCluster() is poorly named as it returns a ZclClusterType. This PR renames the method togetClusterType` and deprecates the old method. Implementations should move to the new method as soon as possible as it will be removed in future. Signed-off-by: Chris Jackson chris@cd-jackson.com