Variable CompleteInstanceConst
Complete Instance : MutableCluster < { attributes : { acceptedCommandList : Attribute < . [] , never > ; attributeList : Attribute < . [] , never > ; carrierDetect : OptionalAttribute < boolean | null , any > ; clusterRevision : Attribute < number , never > ; collisionCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; featureMap : Attribute < TypeFromPartialBitSchema , never > ; fullDuplex : OptionalAttribute < boolean | null , any > ; generatedCommandList : Attribute < . [] , never > ; overrunCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; packetRxCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { packetCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; packetTxCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { packetCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; phyRate : OptionalAttribute < EthernetNetworkDiagnostics . PhyRate | null , any > ; timeSinceReset : OptionalAttribute < number | bigint , any > ; txErrCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; } ; commands : { resetCounts : Command < void , void , any > & { isConditional : true ; mandatoryIf : [ ] | [ { packetCounts : boolean ; } , { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; } ; features : { errorCounts : BitFlag ; packetCounts : BitFlag ; } ; id : @matter/general ; name : "EthernetNetworkDiagnostics" ; revision : 1 ; } , [ ] > Type declaration Readonly
attributes : { acceptedCommandList : Attribute < . [] , never > ; attributeList : Attribute < . [] , never > ; carrierDetect : OptionalAttribute < boolean | null , any > ; clusterRevision : Attribute < number , never > ; collisionCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; featureMap : Attribute < TypeFromPartialBitSchema , never > ; fullDuplex : OptionalAttribute < boolean | null , any > ; generatedCommandList : Attribute < . [] , never > ; overrunCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; packetRxCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { packetCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; packetTxCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { packetCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; phyRate : OptionalAttribute < EthernetNetworkDiagnostics . PhyRate | null , any > ; timeSinceReset : OptionalAttribute < number | bigint , any > ; txErrCount : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; } Readonly
accepted Command List : Attribute < . [] , never > Readonly
attribute List : Attribute < . [] , never > Readonly
carrier Detect : OptionalAttribute < boolean | null , any > Readonly
cluster Revision : Attribute < number , never > Readonly
collision Count : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
feature Map : Attribute < TypeFromPartialBitSchema , never > Readonly
full Duplex : OptionalAttribute < boolean | null , any > Readonly
generated Command List : Attribute < . [] , never > Readonly
overrun Count : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
packet Rx Count : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { packetCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
packet Tx Count : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { packetCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
time Since Reset : OptionalAttribute < number | bigint , any > Readonly
tx Err Count : Attribute < number | bigint , any > & { isConditional : true ; mandatoryIf : [ ] | [ { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
commands : { resetCounts : Command < void , void , any > & { isConditional : true ; mandatoryIf : [ ] | [ { packetCounts : boolean ; } , { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } ; } Readonly
reset Counts : Command < void , void , any > & { isConditional : true ; mandatoryIf : [ ] | [ { packetCounts : boolean ; } , { errorCounts : boolean ; } ] ; optional : true ; optionalIf : [ ] | ConditionalFeatureList ; } Readonly
features : { errorCounts : BitFlag ; packetCounts : BitFlag ; } Readonly
name : "EthernetNetworkDiagnostics" Readonly
revision : 1 Defined in packages/types/dist/esm/clusters/ethernet-network-diagnostics.d.ts:511
ErrorCounts
Node makes available the counts for the number of errors that have occurred during the reception and transmission of packets on the ethernet interface.