Added context time for parameter earliest and latest (#8748)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2020-10-13 22:59:15 +02:00 committed by GitHub
parent 42267eaf4f
commit 4adc214c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>