github.com/mdaxf/iac@v0.0.0-20240519030858-58a061660378/mqttconfig.json (about)

     1  {
     2      "mqtts": [
     3        {
     4          "type": "",
     5          "broker": "broker.hivemq.com",
     6          "port": "1883",
     7          "certFile": "",
     8          "keyFile": "",
     9          "caFile": "",
    10          "topics": [
    11            {
    12              "topic": "iac/gauge/value",
    13              "qos": "0",
    14              "handler": "IAC_EM_GaugeDataCollection_Test"
    15            },
    16            {
    17              "topic": "IAC_MachineState",
    18              "qos": "0",
    19              "handler": "IAC_MachineDataCollection"
    20            },
    21            {
    22              "topic": "IAC_MachineReport",
    23              "qos": "0",
    24              "handler": "IAC_MachineProductionCollection"
    25            }
    26          ]
    27        }
    28      ]
    29    }