Open BigByte64 opened 5 years ago
When a boolean variable definition contains an entry at common.role and this entry contains a dot "." then the boolean is not shown at the mobile gui.
This works: "common": { "role": ""
"common": { "role": "test"
Does not work:
"common": { "role": "test.v2"
Thank's in advance.
Sorry, mobile adapter is deprecated. Please use the newer visualization adapters.
When a boolean variable definition contains an entry at common.role and this entry contains a dot "." then the boolean is not shown at the mobile gui.
This works: "common": { "role": ""
"common": { "role": "test"
Does not work:
"common": { "role": "test.v2"
Thank's in advance.