<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
    <kcfgfile name=""/>

    <group name="General">
        <entry name="placeIndex" type="Int">
            <default>0</default>
        </entry>
        <entry name="places" type="String">
            <default>[{ "providerId": "yrno", "placeIdentifier": "Germany/North_Rhine-Westphalia/Bonn", "placeAlias":"Bonn" }, { "providerId": "yrno", "placeIdentifier": "USA/New_York/New_York", "placeAlias": "New York" }]</default>
        </entry>
        <entry name="reloadIntervalMin" type="Int">
            <default>60</default>
        </entry>
        
        <entry name="xmlCacheJson" type="String">
            <default></default>
        </entry>
        <entry name="lastReloadedMsJson" type="String">
            <default></default>
        </entry>
    </group>
    
    <group name="Appearance">
        <entry name="renderMeteogram" type="Bool">
            <default>false</default>
        </entry>
        <entry name="layoutType" type="Enum">
            <choices>
                <choice name="Horizontal"/>
                <choice name="Vertical"/>
                <choice name="Compact"/>
            </choices>
            <default>0</default>
        </entry>
        <entry name="inTrayActiveTimeoutSec" type="Int">
            <default>3600</default>
        </entry>
    </group>
    
    <group name="Units">
        <entry name="temperatureType" type="Enum">
            <choices>
                <choice name="celsius"/>
                <choice name="fahrenheit"/>
                <choice name="kelvin"/>
            </choices>
            <default>0</default>
        </entry>
        <entry name="pressureType" type="Enum">
            <choices>
                <choice name="hPa"/>
                <choice name="inHg"/>
                <choice name="mmHg"/>
            </choices>
            <default>0</default>
        </entry>
        <entry name="windSpeedType" type="Enum">
            <choices>
                <choice name="mps"/>
                <choice name="mph"/>
            </choices>
            <default>0</default>
        </entry>
        <entry name="timezoneType" type="Enum">
            <choices>
                <choice name="userLocalTime"/>
                <choice name="utc"/>
            </choices>
            <default>0</default>
        </entry>
    </group>

</kcfg>