mqtt.json
{
"rigs": {
"MQTT-Rig": [
{
"name": "pump",
"topic": "test/+/pump",
"qos": 0,
"timestampChannel": "Time",
"units": [
{
"channel": "MotorSpeed",
"unit": "rpm"
},
{
"channel": "ChemicalRate",
"unit": "gpm"
},
{
"channel": "MotorCurrent",
"unit": "A"
},
{
"channel": "MotorSpeed",
"unit": "rpm"
},
{
"channel": "MotorTorque",
"unit": "ft-lbs"
},
{
"channel": "MotorVoltage",
"unit": "V"
},
{
"channel": "Time"
}
]
},
{
"name": "wildcard",
"topic": "test/temperature",
"qos": 1,
"units": [
{
"channel": "*"
}
]
}
]
}
}Name
Description
Required
Default value
Name
Description
Required
Last updated