tests/projects/wamp/project_files/wampconf.json
author Edouard Tisserant <edouard@beremiz.fr>
Fri, 12 Jul 2024 15:36:17 +0200
changeset 3987 cec48fc7ccd0
parent 3416 53c66c4aefa3
child 4119 766f3e0e7277
permissions -rw-r--r--
MQTT: WIP, now publishes initial values at init.
{
    "ID": "wamptest", 
    "active": true, 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}