Denon / Marantz 2.0 Binding

Here in Hessen we say #GUDE2020 :slight_smile:
But one last question:
this is my item:

String DenonCommand "Denon Remote" { channel="denonmarantz:avr:0005cd3a0e8e:general#command" }

an now the Sitemap:

Switch item=DenonCommand         icon="movecontrol"   mappings=['MNMEN ON'="SETUP ON",'MNMEN OFF'="SETUP OFF",MNENT="ENTER"]
Switch item=DenonCommand         icon="movecontrol"   mappings=[MNCLT="⬅️",MNCUP="⬆️",MNCDN="⬇️",MNCRT="➡️"]
Switch item=DenonCommand         icon="movecontrol"   mappings=[MNRTN="BACK",MNINF="INFO",MNOPT="OPTION"]

And when i use all this my sitemap looks like that:
48
when i switch to Setup ON it looks like that:
02
So the actual Status of the command channel is shown in the Sitemap ???
Never see that anywhere.