I'm trying to write some "generic" libraries for use with Zigbee. As part of this, there's the possibility I send a query to a device for attribute information and request an attribute that isn't supported.
As I understand the zigbee spec (Section 2.5.2), if I query for an unsupported attribute, the response will return the attribute and a value, but also a "status" indicating UNSUPPORTED_ATTRIBUTE (or, if it is supported, a code indicating that)
At present, the "status" seems to be missing from the Map that includes the response information (it seems to be missing both for the primary attribute, and for any attributes in the "additionalAttrs" field.
Can the status information be added to these reports?
