Edit
				
					{
   "method": "hub.addons.zwave.nodes.provisioning.list",
   "id": "_ID_",
   "params": {
      "ids": [ "2345794197" ]
   }
}				
			
Edit
				
					{
    "error": null,
    "id": "_ID_",
    "method": "hub.addons.zwave.nodes.provisioning.list",
    "result": {
        "provisioning": [
            {
                "_id": "2345794197",
                "addingMode": "smart",
                "supportedAddingModes" : [ "s2", "smart" ],
                "dsk": [
                    58975,
                    37056,
                    29754,
                    11588,
                    18902,
                    12511,
                    34338,
                    34338
                ],
                "maxRequestInterval": 10,
                "name": "test",
                "product": {
                    "id": 30,
                    "manufacturer": 20,
                    "subVersion": 0,
                    "type": 20,
                    "version": 1
                },
                "room": "none",
                "securityModes": [
                    "accessControl",
                    "authenticated",
                    "unauthenticated",
                    "s0"
                ],
                "nodeSecurityModes": [
                    "accessControl"
                ],
                "type": {
                    "generic": 20,
                    "icon": 30,
                    "specific": 20
                },
                "uuid": "some-uuid"
            }
        ]
    }
}				
			
Edit