RGBICWW Ceiling Light

July 23, 2026 ยท View on GitHub


Device List Information

KeyValue TypeDescription
deviceIdStringdevice ID
deviceNameStringdevice name
deviceTypeStringdevice type. RGBICWW Ceiling Light
enableCloudServiceBooleandetermines if Cloud Service is enabled or not for the current device
hubDeviceIdStringdevice's parent Hub ID

Device Status

KeyValue TypeDescription
deviceIdStringdevice ID
deviceTypeStringdevice type. RGBICWW Ceiling Light
hubDeviceIdStringdevice's parent Hub ID
versionStringthe current firmware version, e.g. V6.3
powerStringtotal power state. on, off, or partial
onlineStatusStringthe connection status. online or offline
mainLightPowerStringmain light power state. on or off
mainLightBrightnessIntegermain light brightness
mainLightColorTempIntegermain light color temperature
colorLightPowerStringcolor light power state. on or off
colorLightBrightnessIntegercolor light brightness
colorLightRGBStringcolor light RGB value

Control Commands

deviceTypecommandTypeCommandcommand parameterDescription
RGBICWW Ceiling LightcommandturnOndefaultturn on all lights
RGBICWW Ceiling LightcommandturnOffdefaultturn off all lights
RGBICWW Ceiling Lightcommandtoggledefaulttoggle all lights
RGBICWW Ceiling LightcommandturnOnMainLightdefaultturn on main light
RGBICWW Ceiling LightcommandturnOffMainLightdefaultturn off main light
RGBICWW Ceiling LightcommandturnOnColorLightdefaultturn on color light
RGBICWW Ceiling LightcommandturnOffColorLightdefaultturn off color light
RGBICWW Ceiling LightcommandsetMainLightBrightness{1-100}set main light brightness
RGBICWW Ceiling LightcommandsetMainLightColorTemp{2700-6500}set main light color temp
RGBICWW Ceiling LightcommandsetColorLightBrightness{1-100}set color light brightness
RGBICWW Ceiling LightcommandsetColorLightRGB"{0-255}:{0-255}:{0-255}"set color light RGB value

Webhook Events

Key NameValue TypeDescription
eventTypeStringthe type of events
eventVersionStringthe current event version
contextObjectthe detail info of the event
deviceTypeStringthe type of the device
deviceMacStringthe MAC address of the device
powerStateStringmain light state. ON or OFF
brightnessIntegermain light brightness
colorTemperatureIntegermain light color temperature
colorLightPowerStateStringcolor light state. ON or OFF
colorLightBrightnessIntegercolor light brightness
colorLightColorStringcolor light RGB value
timeOfSampleLongthe time stamp when the event is sent
{
    "eventType": "changeReport",
    "eventVersion": "1",
    "context": {
        "deviceType": "RGBICWW Ceiling Light",
        "deviceMac": DEVICE_MAC_ADDR,
        "powerState": "ON",
        "brightness": 10,
        "colorTemperature": 3000,
        "colorLightPowerState": "ON",
        "colorLightBrightness": 30,
        "colorLightColor": "255:134:3",
        "timeOfSample": 123456789
    }
}