interface ErrorCounts {
    resetCounts(): MaybePromise;
}

Methods

Methods

  • Reception of this command shall reset the following attributes to 0:

    • BeaconLostCount

    • BeaconRxCount

    • PacketMulticastRxCount

    • PacketMulticastTxCount

    • PacketUnicastRxCount

    • PacketUnicastTxCount

    This command has no associated data.

    Returns MaybePromise

    MatterSpecification.v13.Core § 11.15.7.1