Changing LZW30/31-SN LEDs with Homebridge and Hubitat

Hey all, I’ve seen a few similar topics but nothing exactly like this. So I have Hubitat and Homebridge integrated, and about 20 LZW30/31 switches throughout the house. I can expose the LED control child devices to Homebridge and thus Apple HomeKit very easily, and they are automatically recognized as adaptive, color-changing lights. But, sending commands to change the hue/saturation are rejected by the Inovelli device driver. Brightness changes work, so I know the commands are reaching the right place. I’m not sure if this is something folks have figured out already?

Here are some images from Homebridge and Hubitat’s logs that show the same events - I change the hue/saturation in apple’s Home app, and Homebridge happily accepts those changes, routing them to the device in Hubitat. Hubitat then throws device errors.

For searchers who might come later, the actual error is:

org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: user_driver_InovelliUSA_Inovelli_Dimmer_Red_Series_LZW31_SN_640.componentSetHue() is applicable for argument types: (com.hubitat.app.DeviceWrapper, java.lang.Integer) values: [Living Room Lamp (LED Color), 8] (method componentSetHue)

Any help would be appreciated!