LZW31 (black) Controlling LED using Hubitat

How would I control the RGB Led from Hubitat?
From the Hubitat forum I read there is/may be a child device that can be/is created by the Inovelli device driver.

I found the below method from the driver but I don’t know where to start to be able to control it from the Hubitat Rule Machine.

Can someone point me in the right direction?

Thanks
John

From Inovelli LZW31 black Hubitat Driver:

def setParameter(number, value, size) {
log.debug "Setting parameter $number with a size of $size bytes to $value"
return zwave.configurationV1.configurationSet(configurationValue: integer2Cmd(value.toInteger(),size), parameterNumber: number, size: size)
}

To control the LED in this manner you need red switches. Black switches only allow you to customize its default color.

Thanks for the reply.

However now I’m really confused…
The Inovelli LZW31 Scene (red) and the LZW31 (black) both show the same LED control Parameters in their manual.

Specifically: (from the black manual)