Status, power, voltage and current ================================== Capabilities used by electrical devices to log their consumption. Payload ------- .. code-block:: "modules": [ { "id": "[MODULE_UID]", "device": { "bearerId": "[BEARER_DEVICE_UID]", "status": [ { "capability": "status", "value": "off" }, { "capability": "power", "value": 0 }, { "capability": "voltage", "value": 0 }, { "capability": "current", "value": 0 } ] } } ] See :term:`[BEARER_DEVICE_UID]`, :term:`[MODULE_UID|NAME|TYPE]`