From 081d045d07ddb1f8dcccafe0d5c3a81af89f7b4b Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Thu, 23 Nov 2017 17:54:15 +0100 Subject: [PATCH] [Sitemaps] Remove iOS colors warning (#574) Related to https://github.com/openhab/openhab.ios/pull/131 Signed-off-by: Thomas Dietrich (github: ThomDietrich) --- configuration/sitemaps.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/configuration/sitemaps.md b/configuration/sitemaps.md index a6152dde4..fdf1b9c2b 100644 --- a/configuration/sitemaps.md +++ b/configuration/sitemaps.md @@ -613,9 +613,6 @@ Please take note that colors other than those listed in the list above may be us Generally, you can expected that valid HTML colors will be accepted (e.g. "green", "lightgrey", "#334455"), but note that a UI may only accept internally defined colors, or work with a special theme. The color names above are agreed on between all openHAB UIs and are therefor your safest choice. -Please note that there currently is a [known issue with the iOS app](https://github.com/openhab/openhab.ios/issues/112) where named colors (e.g. 'green') do not work for `valuecolor`. -Until resolved you may use the corresponding HTML code (e.g. '#008000') instead. - ### Icons openHAB allows a set of icons to be assigned to the different states of an Item and therefor to be presented in a Sitemap.