Edit
				
					{
    "method": "hub.gateways.list",
    "id": "_ID_",
    "params": {}
}				
			
Edit
				
					{
    "api": "1.0",
    "error": null,
    "id": "_ID_",
    "result": {
        "gateways": [
            {
                "_id": "600e95b122315a22f12bc0f6",
                "addItemDictionaryValueCommand": "HUB:test_plugin/scripts/add_item_dictionary_value",
                "checkDeviceCommand": "",
                "clearItemDictionaryCommand": "",
                "forceRemoveDeviceCommand": "",
                "label": "test gateway",
                "manualDeviceAdding": "wizard",
                "name": "test_plugin",
                "pluginId": "test_plugin",
                "ready": true,
                "removeItemDictionaryValueCommand": "HUB:test_plugin/scripts/remove_item_dictionary_value",
                "resetSettingCommand": "",
                "setGatewaySettingValueCommand": "HUB:test_plugin/scripts/set_gateway_setting_value",
                "setItemDictionaryValueCommand": "HUB:test_plugin/scripts/set_item_dictionary_value",
                "setItemValueCommand": "HUB:test_plugin/scripts/set_item_value",
                "setSettingDictionaryValueCommand": "",
                "setSettingValueCommand": "HUB:test_plugin/scripts/set_setting_value",
                "settings": 3,
                "status": "ready",
                "updateDeviceFirmwareCommand": ""
            },
            ...
        ]
    }
}