Get information about registered devices on the hub.

Edit
				
					{
    "method": "hub.devices.list",
    "id": "_ID_",
    "params": {}
}				
			
Edit
				
					{
    "api": "1.0",
    "error": null,
    "id": "<request_id>",
    "result": {
        "devices": [
            {
                "_id": "5cf0dc8c7f000068d223e889",
                "batteryPowered": false,
                "category": "switch",
                "deviceTypeId": "634_257_10",
                "gatewayId": "5ca480227f00004c03de3f1f",
                "info": {
                    "manufacturer": "Remotec",
                    "model": "ZTS-500",
                    "protocol": "zwave",
                    "firmware.stack": "4.24",
                    "hardware": "2"
                },
                "firmware": [
                    {
                        "id": "us.634.33136.0",
                        "version": "1.12"
                    },
                    {
                        "id": "us.634.33136.1",
                        "version": "1.16"
                    }
                ],
                "name": "Smart Plug",
                "parentDeviceId": "",
                "reachable": true,
                "armed": false,
                "serviceNotification": false,
                "roomId": "",
                "subcategory": "interior_plugin",
                "type": "device",
                "security": "no",
                "status": "idle"
            }
        ]
    }
}