From d505c01a6fb2dec73973caee52b9fd2f2e5aa2a6 Mon Sep 17 00:00:00 2001 From: Andrea Cioni Date: Wed, 2 Nov 2022 08:20:58 +0100 Subject: [PATCH] Update README.md (#13642) `color_mode` is not recognized as a channel parameter, instead, `colorMode` is --- bundles/org.openhab.binding.mqtt.generic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.mqtt.generic/README.md b/bundles/org.openhab.binding.mqtt.generic/README.md index f010c8b14..d87dc0d3a 100644 --- a/bundles/org.openhab.binding.mqtt.generic/README.md +++ b/bundles/org.openhab.binding.mqtt.generic/README.md @@ -137,7 +137,7 @@ You can connect this channel to a Contact or Switch item. ### Channel Type "color" -* __color_mode__: An optional string that defines the color representation: `HSB`, `RGB` or `XYY` (x,y,brightness). Defaults to `HSB` when not specified. +* __colorMode__: An optional string that defines the color representation: `HSB`, `RGB` or `XYY` (x,y,brightness). Defaults to `HSB` when not specified. * __on__: An optional string (like "BRIGHT") that is recognized as on state. (ON will always be recognized.) * __off__: An optional string (like "DARK") that is recognized as off state. (OFF will always be recognized.) * __onBrightness__: If you connect this channel to a Switch item and turn it on,