{
    "i18n": true,
    "type": "panel",
    "items": {
        "address": {
            "type": "text",
            "label": "Address",
            "newLine": false,
            "tooltip": "The inverters ip address"
        },
        "port": {
            "type": "number",
            "label": "Port",
            "newLine": true,
            "tooltip": "The modbus TCP port"
        },
        "modbusUnitId": {
            "type": "number",
            "label": "Modbus unit ID",
            "newLine": true,
            "tooltip": "The modbus unit id"
        },
        "updateIntervalHigh": {
            "type": "number",
            "label": "Update interval (s)",
            "newLine": true,
            "tooltip": "Fast update interval to update the values from the inverter"
        },
        "updateIntervalLow": {
            "type": "number",
            "label": "Low Update interval (s)",
            "newLine": true,
            "tooltip": "Slower update interval for values which do not need a fast update"
        }
    }
}
