ioBroker / ioBroker.mobile

jQuery Mobile based user interface
MIT License
17 stars 7 forks source link

Boolean not shown #13

Open BigByte64 opened 5 years ago

BigByte64 commented 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.

Apollon77 commented 5 years ago

Sorry, mobile adapter is deprecated. Please use the newer visualization adapters.