PacketCountsOrErrorCountsComponent: {
    commands: {
        resetCounts: Command<void, void, any>;
    };
}

A EthernetNetworkDiagnosticsCluster supports these elements if it supports features PacketCounts or ErrorCounts.

Type declaration

  • Readonlycommands: {
        resetCounts: Command<void, void, any>;
    }
    • ReadonlyresetCounts: Command<void, void, any>

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

      • PacketRxCount

      • PacketTxCount

      • TxErrCount

      • CollisionCount

      • OverrunCount

      This command has no associated data.

      MatterSpecification.v13.Core § 11.16.7.1