tests/wamp/project_files/wampconf.json
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 28 Oct 2020 18:21:12 +0200
branchsvghmi
changeset 3069 a9b03c2634c5
parent 2218 7a4deed94eb2
permissions -rw-r--r--
Arbitrary variables added to JsonTable subscription are now passed as 'extra' field in json query. As an example added JsonTable filtering in tests/svghmi
{
    "ID": "wamptest", 
    "active": true, 
    "protocolOptions": {
        "autoPingInterval": 60, 
        "autoPingTimeout": 20
    }, 
    "realm": "Automation", 
    "url": "ws://127.0.0.1:8888"
}