Get rid off values with mapped Switches

Hi Folks,

If I use mappings in a sitemap, the original value ist still visible in the UI. A way to get rid off it?

My sitemap

sitemap experiments label="experiments" {
    Frame {Switch item=gRShutterParents icon="blinds" label="Position" mappings=[0="auf", 50="halb", 100="zu"]
   }
}

My UI

There you go:

sitemap experiments label="experiments" {
    Frame {Switch item=gRShutterParents icon="blinds" label="Position[]" mappings=[0="auf", 50="halb", 100="zu"]
   }
}

Thank u,

I’ve tested it. And it seems to do the job. But…
When I change the state of the switch the original value appears again in the UI until the next refresh. Any idea?