tlaukkan / zigbee4java

Zigbee API for Java provides simple Java interface to ZigBee network.
Apache License 2.0
144 stars 68 forks source link

Some clusters incorrectly categorized #71

Closed cdealti closed 8 years ago

cdealti commented 8 years ago

org.bubblecloud.zigbee.api.cluster.general contains clusters that belong to other ctegories, for example the IlluminanceLevelSensing cluster belongs to the Measurement and Sensing category. A refactor is going to break the current API (see also #70)

tlaukkan commented 8 years ago

I think we could refactor these clusters to proper locations now?

tlaukkan commented 8 years ago

Simple ZigBee API implements new ZCL structure which has been code generated fro specification and fixes this problem. The old API how ever remains the same and will not be changed to avoid breaking the compatibility.