Skip to content

Commit 215240a

Browse files
authored
Extennded value for sitemap chart period (#2158)
See openhab/openhab-core#3863 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
1 parent 2f83227 commit 215240a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/sitemaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Adds a time-series chart object for the display of logged data.
510510
If no service is specified, openHAB will use the first queryable persistence service it finds.
511511
Therefore, for an installation with only a single persistence service, this is not required.
512512

513-
- `period` is the scale of the time axis. Valid values are `h, 4h, 8h, 12h, D, 2D, 3D, W, 2W, M, 2M, 4M or Y`.
513+
- `period` is the scale of the time axis. Valid values are `h, 2h, 3h, ..., D, 2D, 3D, ..., W, 2W, 3W, ..., M, 2M, 3M, ..., Y, 2Y, ...` and any valid duration following the ISO8601 duration notation such as `P1Y6M` for the last year and a half or `PT1H30M` for the last hour and a half.
514514

515515
- `legend` is used to show or to hide the chart legend.
516516
Valid values are `true` (always show the legend) and `false` (never show the legend).

0 commit comments

Comments
 (0)