The interview button in the Nodes Table can be used to get an overview of the endpoints, clusters, commands and attributes supported by a specific node. When interviewing the node must be online. The process might take a while, especially for EndDevices since they are slower to respond. When the interview is finished, the information will appear with a JSON structure of the node.This contains the modelId
and manufacturerName
which you should use in your driver's manifest. Second, the endpointDescriptors
represent all endpoints on the node and the clusters that are supported by each endpoint. Last, the endpoints
is a nested object with a lot more information on each cluster, such as supported commands, attributes and attribute reporting configurations.