From 87f33d1de4dc96f8ea6663a3cf4576f245ed266b Mon Sep 17 00:00:00 2001 From: Laurent Garnier Date: Sun, 19 Nov 2023 09:23:32 +0100 Subject: [PATCH] Extennded value for sitemap chart period See openhab/openhab-core#3863 Signed-off-by: Laurent Garnier --- ui/sitemaps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/sitemaps.md b/ui/sitemaps.md index 43dfb34143..aa47b2c1c2 100644 --- a/ui/sitemaps.md +++ b/ui/sitemaps.md @@ -508,7 +508,7 @@ Adds a time-series chart object for the display of logged data. If no service is specified, openHAB will use the first queryable persistence service it finds. Therefore, for an installation with only a single persistence service, this is not required. -- `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`. +- `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. - `legend` is used to show or to hide the chart legend. Valid values are `true` (always show the legend) and `false` (never show the legend).