Candle Warmer Lamp

May 16, 2026 ยท View on GitHub


Device List Information

KeyValue TypeDescription
deviceIdStringdevice ID
deviceNameStringdevice name
deviceTypeStringdevice type. Candle Warmer Lamp
enableCloudServiceBooleandetermines if Cloud Service is enabled or not for the current device
hubDeviceIdStringdevice's parent Hub ID. 000000000000 when the device itself is a Hub or it is connected through Wi-Fi.

Device Status

KeyValue TypeDescription
deviceIdStringdevice ID
deviceTypeStringdevice type. Candle Warmer Lamp
hubDeviceIdStringdevice's parent Hub ID
onlineStatusStringthe connection status of the device. online or offline
brightnessIntegerthe brightness value, range from 1 to 100
versionStringthe current BLE and Wi-Fi firmware version, e.g. V3.1-6.3
powerStringON/OFF state

Control Commands

deviceTypecommandTypeCommandcommand parameterDescription
Candle Warmer LampcommandturnOndefaultset to ON state
Candle Warmer LampcommandturnOffdefaultset to OFF state
Candle Warmer Lampcommandtoggledefaulttoggle state
Candle Warmer LampcommandsetBrightness{0-100}set brightness

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
brightnessIntegerattributes of the context object. the brightness value, range from 1 to 100
timeOfSampleLongthe time stamp when the event is sent
{
  "eventType": "changeReport",
  "eventVersion": "1",
  "context": {
    "brightness": 100,
    "deviceMac": "3C842777C07E",
    "deviceType": "Candle Warmer Lamp",
    "powerState": "ON",
    "timeOfSample": 1759136920594
  }
}