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)
}