shimmeringbee / zda

Adapter to convert ZCL frames and queries into Shimmering Bee abstractions, written in Go.
Apache License 2.0
1 stars 2 forks source link

Refactor monitoring of Attributes from Clusters #10

Closed pwood closed 4 years ago

pwood commented 4 years ago

All existing capabilities which use ZCL Clusters (On/Off, Temp, Humidity and Pressure) use very similar code to manage reporting of an attribute, or fallback polling if needed. This should be made generic., which lowers the cost of creating new capabilities.