project-chip / matter.js

A complete typescript implementation of the Matter protocol specification (https://buildwithmatter.com). Includes full support for controller, device, commissioning, secure communications, device types, and cluster definitions.
Apache License 2.0
346 stars 59 forks source link

Always read attributes that are not reported by subscriptions #1070

Closed Apollon77 closed 2 months ago

Apollon77 commented 2 months ago

... and declare all Unknown attributes as "not reported" because we do not know better and devices out in the wild behave that way.