Skip to content

Commit

Permalink
When using sendFrequency in Colorpicker, the value should not be in "…
Browse files Browse the repository at this point in the history
…". If you do you will see this `warning: 2019-07-11 20:57:02.024 [WARN ] [el.core.internal.ModelRepositoryImpl] - Configuration model 'groundfloor.sitemap' has errors, therefore ignoring it: [31,91]: mismatched input '"20"' expecting RULE_INT` (openhab#1017)

Line 31 from groundfloor.sitemap:
```
Colorpicker item=cinema_led_strip_color label="Cinema LED Strip Color[]" sendFrequency="20"
```

Signed-off-by: Soren Thorsen <[email protected]>
  • Loading branch information
sthorsen authored and Confectrician committed Jul 14, 2019
1 parent 2949e35 commit c0d08ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/sitemaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ Slider item=KI_Temperature label="Kitchen"
### Element Type 'Colorpicker'

```perl
Colorpicker item=<itemname> [label="<labelname>"] [icon="<iconname>"] [sendFrequency=""]
Colorpicker item=<itemname> [label="<labelname>"] [icon="<iconname>"] [sendFrequency=<sendFrequency>]
```

This element provides the ability to select a color.
Expand Down

0 comments on commit c0d08ec

Please sign in to comment.