Understanding MQTT JSON config

Hi, I need help in understanding this JSON config. In particular, the “routingConfig” key.

What does it do? What are the options?

{
    "configuration": {
        "label": "EliaMeja",
        "nodeType": "ANCHOR",
        "ble": true,
        "leds": true,
        "uwbFirmwareUpdate": true,
        "anchor": {
            "initiator": false,
            "position": {
                "x": 0,
                "y": 5.05,
                "z": 0,
                "quality": 100
            },
            "routingConfig": "ROUTING_CFG_OFF"
        }
    }
}

Hi @arama
please ignore routingConfig - it does nothing. Somebody forgot to remove it…

Cheers
JK

1 Like