Color Thing crash MQTT 2 binding

I attempting to add a color thing to one of my MQTT bindings. I decided to use the sample from the “A broker Thing with a Generic MQTT Thing and a few channels” sample.
but I get the following error after saving the bing page

2019-03-25 05:34:19.679 [WARN ] [internal.handler.GenericThingHandler] - Channel configuration error
java.lang.IllegalArgumentException: ChannelTypeUID not recognised: color

this is the sample that was added :slight_smile:

Type color : lampcolor "Kitchen Lamp color" [ stateTopic="lamp/color", commandTopic="lamp/color/set", rgb=true ]

am I missing something ?

I think this example is for older syntax. The docu for generic thing says to use colorRGB or colorHSB