zigbee-herdsman
    Preparing search index...

    Type Alias EmberPerDeviceDutyCycle

    A structure containing, per device, overall duty cycle consumed (up to the suspend limit).

    type EmberPerDeviceDutyCycle = {
        dutyCycleConsumed: EmberDutyCycleHectoPct;
        nodeId: NodeId;
    }
    Index

    Properties

    dutyCycleConsumed: EmberDutyCycleHectoPct

    The amount of overall duty cycle consumed (up to suspend limit).

    nodeId: NodeId

    Node ID of the device whose duty cycle is reported.