zigbee-herdsman
    Preparing search index...

    Enumeration EmberEventUnits

    Either marks an event as inactive or specifies the units for the event execution time. uint8_t

    Index

    Enumeration Members

    INACTIVE: 0

    The event is not scheduled to run.

    MINUTE_TIME: 3

    The execution time is in 'binary' minutes (65536 approximate milliseconds each).

    MS_TIME: 1

    The execution time is in approximate milliseconds.

    QS_TIME: 2

    The execution time is in 'binary' quarter seconds (256 approximate milliseconds each).

    ZERO_DELAY: 4

    The event is scheduled to run at the earliest opportunity.