{
    "client": {
        "ConnectionData": {
            "Ip": "127.0.0.1",
            "Pass": "",
            "Port": "1502",
            "Type": 1,
            "User": ""
        },
        "ConnectionType": "Ethernet",
        "CustomData": {
            "PollingTime": 5000,
            "Retries": 2,
            "Timeout": 60000
        },
        "Icon": "qrc:/images/images/modbus.png",
        "Id": "1",
        "Tags": [
            {
                "CustomData": {
                    "Id": 1,
                    "RegisterType": 4
                },
                "Links": [
                    {
                        "DestinationProtocol": "mqtt",
                        "DestinationTag": "sensor",
                        "ScriptConfig": {
                        }
                    }
                ],
                "Name": "temp"
            }
        ],
        "Type": "MODBUS_TCP_CLIENT"
    },
    "mqtt": {
        "ConnectionData": {
            "Ip": "mqtt-dashboard.com",
            "Pass": "",
            "Port": "1883",
            "Type": 1,
            "User": ""
        },
        "ConnectionType": "Ethernet",
        "CustomData": {
            "PollingTime": 30000,
            "Timeout": 60000
        },
        "Icon": "qrc:/images/images/mqtt.png",
        "Id": "",
        "Tags": [
            {
                "CustomData": {
                    "Id": 1,
                    "Variable": "sensores"
                },
                "Links": [
                    {
                        "DestinationProtocol": "client",
                        "DestinationTag": "temp",
                        "ScriptConfig": {
                        }
                    }
                ],
                "Name": "sensor"
            }
        ],
        "Type": "MQTT"
    }
}
