Plug Mini (EU)

May 16, 2026 ยท View on GitHub


Device List Information

KeyValue TypeDescription
deviceIdStringdevice ID
deviceNameStringdevice name
deviceTypeStringdevice type. Plug Mini (EU)
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. Plug Mini (EU)
switchStatusIntegerthe current switch state. 0, off; 1, on
voltageFloatthe voltage of the device, measured in Volt
powerFloatthe current power, measured in Watts
electricCurrentFloatthe current of the device at the moment, measured in mA
usedElectricityIntegerdaily power consumption, measured in watt-minutes
versionStringthe current BLE and Wi-Fi firmware version, e.g. V3.1-6.3

Control Commands

deviceTypecommandTypeCommandcommand parameterDescription
Plug Mini (EU)commandturnOndefaultset to ON state
Plug Mini (EU)commandturnOffdefaultset to OFF state
Plug Mini (EU)commandtoggledefaulttoggle state

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
onlineBooleandetermines if the device is connected to the internet or disconnected
overTemperatureBooleandetermines if the working temperature is over 100 degree celcius or not
overloadBooleandetermines if the device is power overloaded or not
switchStatusIntegerthe switch state of the device. 1, on; 0, off
{
    "eventType": "changeReport",
    "eventVersion": "1",
    "context": {
        "deviceType": "Plug Mini (EU)",
        "deviceMac": "94A990502B72",
        "online": false,
        "overTemperature": true,
        "overload": true,
        "switchStatus": 1
    }
}