[sitemap] forceasitem must be all in lowercase (#1989)

Syntax can be checked here:
0d0b64b8f6/bundles/org.openhab.core.model.sitemap/src/org/openhab/core/model/sitemap/Sitemap.xtext (L62)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
pull/2018/head
lolodomo 2023-03-05 22:03:22 +01:00 committed by GitHub
parent 6ae6573bf4
commit 799cbf1199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -496,7 +496,7 @@ Video url="https://demo.openhab.org/Hue.m4v"
```java
Chart [item=<itemname>] [icon="<iconname>"] [label="<labelname>"] [refresh=xxxx]
[period=xxxx] [service="<service>"] [begin=yyyyMMddHHmm] [end=yyyyMMddHHmm] [legend=true/false]
[forceAsItem=true/false]
[forceasitem=true/false]
```
Adds a time-series chart object for the display of logged data.
@ -516,7 +516,7 @@ Adds a time-series chart object for the display of logged data.
Valid values are `true` (always show the legend) and `false` (never show the legend).
If this parameter is not set, the legend is hidden if there is only one chart series.
- `forceAsItem` is used to show the value of a `Group` instead of showing a graph for each member (which is the default).
- `forceasitem` is used to show the value of a `Group` instead of showing a graph for each member (which is the default).
Visit [Charts](https://github.com/openhab/openhab/wiki/Charts) in the Wiki for examples.