tests/projects/wamp/project_files/wampconf.json
author Edouard Tisserant
Thu, 05 May 2022 11:48:43 +0200
changeset 3455 2716cd8e498d
parent 3416 53c66c4aefa3
permissions -rw-r--r--
SVGHMI: Add support for forcing widget update frequency with period longer than a second. As an example, "HMI:Display|10s@/myvar" updates variable every 10 seconds.
{
    "ID": "wamptest", 
    "active": true, 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}