Plug Mini (US)

May 16, 2026 ยท View on GitHub


Device List Information

KeyValue TypeDescription
deviceIdStringdevice ID
deviceNameStringdevice name
deviceTypeStringdevice type. Plug Mini (US)
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 (US)
hubDeviceIdStringdevice's parent Hub ID. 000000000000 when the device itself is a Hub or it is connected through Wi-Fi.
voltageFloatthe voltage of the device, measured in Volt
versionStringthe current BLE and Wi-Fi firmware version, e.g. V3.1-6.3
weightFloatthe power consumed in a day, measured in Watts
electricityOfDayIntegerthe duration that the device has been used during a day, measured in minutes
electricCurrentFloatthe current of the device at the moment, measured in mA

Control Commands

deviceTypecommandTypeCommandcommand parameterDescription
Plug Mini (US)commandturnOndefaultset to ON state
Plug Mini (US)commandturnOffdefaultset to OFF state
Plug Mini (US)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
powerStateStringthe current power state of the device, "ON" or "OFF"
timeOfSampleLongthe time stamp when the event is sent
{
    "eventType": "changeReport",
    "eventVersion": "1",
    "context": {
        "deviceType": "WoPlugUS",
        "deviceMac": DEVICE_MAC_ADDR,
        "powerState": "ON",
        "timeOfSample": 123456789
    }
}