]> git.basschouten.com Git - openhab-addons.git/commitdiff
Added context time for parameter earliest and latest (#8748)
authorChristoph Weitkamp <github@christophweitkamp.de>
Tue, 13 Oct 2020 20:59:15 +0000 (22:59 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Oct 2020 20:59:15 +0000 (22:59 +0200)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.astro/src/main/resources/OH-INF/config/config.xml

index 22e736964d3d84b5c189516203a542b9761e1bf2..40f87cd121d148981d6705a41f19c664af346d4f 100644 (file)
                <parameter name="earliest" type="text" pattern="^([0-1][0-9]|2[0-3])(:[0-5][0-9])$">
                        <label>Earliest</label>
                        <description>The earliest time of the day for the event or the datetime value (hh:mm).</description>
+                       <context>time</context>
                </parameter>
                <parameter name="latest" type="text" pattern="^([0-1][0-9]|2[0-3])(:[0-5][0-9])$">
                        <label>Latest</label>
                        <description>The latest time of the day for the event or the datetime value (hh:mm).</description>
+                       <context>time</context>
                </parameter>
        </config-description>