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])$">
|
<parameter name="earliest" type="text" pattern="^([0-1][0-9]|2[0-3])(:[0-5][0-9])$">
|
||||||
<label>Earliest</label>
|
<label>Earliest</label>
|
||||||
<description>The earliest time of the day for the event or the datetime value (hh:mm).</description>
|
<description>The earliest time of the day for the event or the datetime value (hh:mm).</description>
|
||||||
|
<context>time</context>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="latest" type="text" pattern="^([0-1][0-9]|2[0-3])(:[0-5][0-9])$">
|
<parameter name="latest" type="text" pattern="^([0-1][0-9]|2[0-3])(:[0-5][0-9])$">
|
||||||
<label>Latest</label>
|
<label>Latest</label>
|
||||||
<description>The latest time of the day for the event or the datetime value (hh:mm).</description>
|
<description>The latest time of the day for the event or the datetime value (hh:mm).</description>
|
||||||
|
<context>time</context>
|
||||||
</parameter>
|
</parameter>
|
||||||
</config-description>
|
</config-description>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user