Things MODBUS

Hi.
Is this the only way?
It’s just so I don’t see the data list along with the things.

Bridge modbus:tcp:SMD120_Gen_1 "SMD120 Generale" [ host="192.168.0.17", port=502, id=1, timeBetweenTransactionsMillis=60, timeBetweenReconnectMillis=0, connectMaxTries=1, reconnectAfterMillis=100, connectTimeoutMillis=10000, enableDiscovery=false ] {

    Bridge poller inputRegisters "SMD120 Dati" [ start=0, length=80, refresh=62000, type="input" ] {

        Thing data SMD120_Gen_Voltage                       "SMD120 Generale - Voltage"                              [ readStart="0", readValueType="float32" ]

        Thing data SMD120_Gen_Current                       "SMD120 Generale - Current"                              [ readStart="6", readValueType="float32" ]

        Thing data SMD120_Gen_ActivePower                   "SMD120 Generale - Active Power"                         [ readStart="12", readValueType="float32" ]

        Thing data SMD120_Gen_ApparentPower                 "SMD120 Generale - Apparent Power"                       [ readStart="18", readValueType="float32" ]

        Thing data SMD120_Gen_ReactivePower                 "SMD120 Generale - Reactive Power"                       [ readStart="24", readValueType="float32" ]

        Thing data SMD120_Gen_PowerFactor                   "SMD120 Generale - Power Factor"                         [ readStart="30", readValueType="float32" ]

        Thing data SMD120_Gen_PhaseAngle                    "SMD120 Generale - Phase Angle"                          [ readStart="36", readValueType="float32" ]

        Thing data SMD120_Gen_Frequency                     "SMD120 Generale - Frequency"                            [ readStart="70", readValueType="float32" ]

        Thing data SMD120_Gen_ImportActiveEnergy            "SMD120 Generale - Import Active Energy"                 [ readStart="72", readValueType="float32" ]

        Thing data SMD120_Gen_ExportActiveEnergy            "SMD120 Generale - Export Active Energy"                 [ readStart="74", readValueType="float32" ]

        Thing data SMD120_Gen_ImportReactiveEnergy          "SMD120 Generale - Import Reactive Energy"               [ readStart="76", readValueType="float32" ]

        Thing data SMD120_Gen_ExportReactiveEnergy          "SMD120 Generale - Export Reactive Energy"               [ readStart="78", readValueType="float32" ]

    }

}

Can this be avoided?

mine looks pretty similar except that you don’t need the backslashes.

Ops… that was when I pasted the code…