WebThingsIO / zigbee-adapter

Zigbee adapter add-on for WebThings Gateway
Mozilla Public License 2.0
46 stars 29 forks source link

Invisible properties present in Thing Descriptions #337

Closed benfrancis closed 1 month ago

benfrancis commented 1 month ago

335 successfully stopped all properties being removed, but now invisible properties are slipping through.

STR:

Expected:

Actual:

The _level property should have been filtered out by https://github.com/WebThingsIO/zigbee-adapter/blob/master/src/zb-classifier.js#L1934 and https://github.com/WebThingsIO/zigbee-adapter/blob/master/src/zb-node.js#L242