]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix DateTime Control channel label. (#9533)
authorJerome Luckenbach <github@luckenba.ch>
Sat, 26 Dec 2020 22:36:24 +0000 (23:36 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Dec 2020 22:36:24 +0000 (23:36 +0100)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/device.xml

index 9751c56dae2d25b67b16a97cd0299ef30c9de667..155185a285df8e647eccec0ad9bb496d6cccdaa8 100644 (file)
        </channel-type>
        <channel-type id="datetime-control">
                <item-type>DateTime Control</item-type>
-               <label>DateTime</label>
+               <label>DateTime Control</label>
                <description>Control a date/time item (i.e. the status is not owned by KNX)</description>
                <config-description-ref uri="channel-type:knx:single"/>
        </channel-type>