]> git.basschouten.com Git - openhab-addons.git/commitdiff
Adjust channel min state (#14219)
authorlsiepel <leosiepel@gmail.com>
Sat, 14 Jan 2023 11:43:34 +0000 (12:43 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Jan 2023 11:43:34 +0000 (12:43 +0100)
Signed-off-by: lsiepel <leosiepel@gmail.com>
bundles/org.openhab.binding.gree/src/main/resources/OH-INF/thing/thing-types.xml

index 2ef1dcd0c37e0a37c2bcdd1bac8ee9612766fc36..51cf508f7f438678f127725b6f0b801be564e82a 100644 (file)
@@ -66,7 +66,7 @@
                <item-type>Number:Temperature</item-type>
                <label>@text/channel-type.gree.targettemperature.label</label>
                <description>@text/channel-type.gree.targettemperature.description</description>
-               <state min="16" max="86" step="1" pattern="%d %unit%"></state>
+               <state min="5" max="86" step="1" pattern="%d %unit%"></state>
        </channel-type>
        <channel-type id="currentTemperature">
                <item-type>Number:Temperature</item-type>