Permanent Outdoor Lights

July 23, 2026 ยท View on GitHub


Device List Information

KeyValue TypeDescription
deviceIdStringdevice ID
deviceNameStringdevice name
deviceTypeStringdevice type. Permanent Outdoor Lights
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. Permanent Outdoor Lights
hubDeviceIdStringdevice's parent Hub ID
versionStringthe current Wi-Fi firmware version, e.g. V3.1
powerStringON/OFF state
onlineStatusStringthe connection status. online or offline
brightnessIntegerthe brightness value, range from 0 to 100
colorStringthe color value, RGB "255:255:255"
colorTemperatureIntegerthe color temperature value, range from 2700 to 6500

Control Commands

deviceTypecommandTypeCommandcommand parameterDescription
Permanent Outdoor LightscommandturnOndefaultset to ON state
Permanent Outdoor LightscommandturnOffdefaultset to OFF state
Permanent Outdoor Lightscommandtoggledefaulttoggle state
Permanent Outdoor LightscommandsetBrightness{0-100}set brightness
Permanent Outdoor LightscommandsetColorTemperature{2700-6500}set color temperature
Permanent Outdoor LightscommandsetColor"{0-255}:{0-255}:{0-255}"set RGB color 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
powerStateStringON/OFF state
brightnessIntegerthe brightness value
colorStringthe color value, RGB "255:255:255"
colorTemperatureIntegerthe color temperature value
timeOfSampleLongthe time stamp when the event is sent
{
    "eventType": "changeReport",
    "eventVersion": "1",
    "context": {
        "deviceType": "Permanent Outdoor Lights",
        "deviceMac": DEVICE_MAC_ADDR,
        "powerState": "ON",
        "brightness": 10,
        "color": "255:255:0",
        "colorTemperature": 3500,
        "timeOfSample": 123456789
    }
}