You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sitemap function is not mapping the value NULL to the corresponding field.
The following entry is currently in my sitemap: Selection item=OG_SZ_Echo_Command label="Activity" mappings=[NULL="- SELECT -", "switch TV on"="TV on", "switch TV off"="TV off"]
The item is bind to the Amazon Echo and write only. Therefore it's always NULL.
The app didn't show - as expected - the "- SELECT -" value. Instead, it shows nothing ("")
Expected behaviour
The sitemap that is executed in the browser is working correctly.
In the e.g. the Chrome Browser it shows the correct mapped value: "- SELECT -" instead of "".
Steps to reproduce
Create an item with the value NULL.
Create a "Selection" entry in the sitemap that is mapped the NULL value (as described under "Actual behaviour).
Show in Android and in Browser - see the difference.
Environment data
Client
Android version: 14
Device model: Galaxy S23
App version : 3.17.2
Build flavor : Full
Device language: DE
Server
Server version: 4.3.3
Reverse Proxy: None
Authentication method : None
The text was updated successfully, but these errors were encountered:
dankr3
added
the
bug
Indicates an unexpected problem or unintended behavior
label
Feb 28, 2025
Actual behaviour
The sitemap function is not mapping the value NULL to the corresponding field.
The following entry is currently in my sitemap:
Selection item=OG_SZ_Echo_Command label="Activity" mappings=[NULL="- SELECT -", "switch TV on"="TV on", "switch TV off"="TV off"]
The item is bind to the Amazon Echo and write only. Therefore it's always NULL.
The app didn't show - as expected - the "- SELECT -" value. Instead, it shows nothing ("")
Expected behaviour
The sitemap that is executed in the browser is working correctly.
In the e.g. the Chrome Browser it shows the correct mapped value: "- SELECT -" instead of "".
Steps to reproduce
Environment data
Client
Server
The text was updated successfully, but these errors were encountered: