mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Added context time for parameter earliest and latest (#8748)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
42267eaf4f
commit
4adc214c69
@ -46,10 +46,12 @@
|
||||
<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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user