From c0d08ecb4f2d9c60f3025d0ce1e1538ea33c306d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Thorsen?= Date: Sun, 14 Jul 2019 14:18:48 +0200 Subject: [PATCH] When using sendFrequency in Colorpicker, the value should not be in "". 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` (#1017) Line 31 from groundfloor.sitemap: ``` Colorpicker item=cinema_led_strip_color label="Cinema LED Strip Color[]" sendFrequency="20" ``` Signed-off-by: Soren Thorsen --- configuration/sitemaps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/sitemaps.md b/configuration/sitemaps.md index 714148ff988..c609426d8e6 100644 --- a/configuration/sitemaps.md +++ b/configuration/sitemaps.md @@ -327,7 +327,7 @@ Slider item=KI_Temperature label="Kitchen" ### Element Type 'Colorpicker' ```perl -Colorpicker item= [label=""] [icon=""] [sendFrequency=""] +Colorpicker item= [label=""] [icon=""] [sendFrequency=] ``` This element provides the ability to select a color.