we have successfully added a node by using the zwportald (querying it by sending serialized avro requests).
However, when we try to get the list of nodes, we get the following structure:
{
"id": 7,
"property": 8,
"vendor_id": 134,
"product_id": 29,
"product_type": 2,
"category": 0,
"alive": 5,
"secure": 0,
"zwave_library_type": 3,
"zwave_protocol_version": 835,
"application_version": 274,
"FLiRS": 0,
"sleep_capable": 1,
"wake_up_interval": 4080,
"s2_keys_valid": 1,
"s2_grant_key": 0,
"s2_dsk": "",
"external_version_info": {
"is_external_supported": 0,
"hardware_version": 0,
"target_version_info_array": []
}
}
This is a binary switch from Aeotec/Aeon. Why the category is 0 ? ( Where I can find the list of Manufactured ID/ Product Id/ Product Type for every vendor?)