don't cache connected state and allow "IP" being empty during config/reconfig

This commit is contained in:
Michael Zanetti 2019-11-19 19:59:48 +01:00
parent 4a8a6420f2
commit cae8c7f81b

View File

@ -21,7 +21,8 @@
"name": "ip",
"displayName": "IP Address",
"type" : "QString",
"inputType": "IPv4Address"
"inputType": "IPv4Address",
"defaultValue": ""
},
{
"id": "660fb4d7-9479-4c9d-a900-ce221d2b8ae4",
@ -50,7 +51,8 @@
"displayName": "connected",
"displayNameEvent": "connected changed",
"defaultValue": false,
"type": "bool"
"type": "bool",
"cached": false
},
{
"id": "bc98cdb0-4d0e-48ca-afc7-922e49bb7813",