[solved] Missing options for basicui.cfg

Hi all,

if found the following lines for basicui.cfg:

# Defining the default sitemap to use
org.eclipse.smarthome.basicui:defaultSitemap=demo

# The icon type to use, either png or svg
org.eclipse.smarthome.basicui:iconType=svg

Which options should be defined for

  • Enable Icons
  • Condensed Layout
  • Capitalize Values

Regards
Heiko

Solved by adding following lines to basicui.cfg:

org.eclipse.smarthome.basicui:enableIcons=true
org.eclipse.smarthome.basicui:condensedLayout=true
org.eclipse.smarthome.basicui:capitalizeValues=false