Hi,
In the "Z-stack Linux Gateway Sample Application", we can use the function of "attr_get_attribute_list(addr)" to get the list of the remote device attributes.
when I use this function, the attributes of the input clusters are returned only!
for example if the remote device has one endpoint with 2 input clusters and 3 output clusters in the simple descriptor, I just see the attributes of the input clusters.
why can't I receive the output clusters attributes?