struct AttributesAttributes for the TotalVolatileOrganicCompoundsConcentrationMeasurementTrait.
- 
                  
                  A list of the attribute IDs of the attributes supported by the cluster instance. Nullable: false. DeclarationSwift @TraitAttribute var attributeList: [UInt32]? { get }
- 
                  
                  The most recent measurement as a single-precision floating-point number, in units specified by measurementUnit. Nullable: true.DeclarationSwift @TraitAttribute var measuredValue: Float32? { get }
- 
                  
                  The minimum value of measuredValuethat can be measured. Nullable: true.DeclarationSwift @TraitAttribute var minMeasuredValue: Float32? { get }
- 
                  
                  The maximum value of measuredValuethat can be measured. Nullable: true.DeclarationSwift @TraitAttribute var maxMeasuredValue: Float32? { get }
- 
                  
                  The maximum value of measuredValuethat has been measured during thepeakMeasuredValueWindow. Nullable: true.DeclarationSwift @TraitAttribute var peakMeasuredValue: Float32? { get }
- 
                  
                  The window of time used for determining the peakMeasuredValuein seconds. Nullable: false.DeclarationSwift @TraitAttribute var peakMeasuredValueWindow: UInt32? { get }
- 
                  
                  The average value of measuredValuemeasured during theaverageMeasuredValueWindow. Nullable: true.DeclarationSwift @TraitAttribute var averageMeasuredValue: Float32? { get }
- 
                  
                  The window of time, in seconds, used to determine the averageMeasuredValue. Nullable: false.DeclarationSwift @TraitAttribute var averageMeasuredValueWindow: UInt32? { get }
- 
                  
                  The range of error or deviation that can be found in measuredValueandpeakMeasuredValueWindow. Nullable: false.DeclarationSwift @TraitAttribute var uncertainty: Float32? { get }
- 
                  
                  The unit used by measuredValue. Nullable: false.DeclarationSwift @TraitAttribute var measurementUnit: Matter.TotalVolatileOrganicCompoundsConcentrationMeasurementTrait.MeasurementUnitEnum? { get }
- 
                  
                  The medium in which measuredValueis being measured. Nullable: false.DeclarationSwift @TraitAttribute var measurementMedium: Matter.TotalVolatileOrganicCompoundsConcentrationMeasurementTrait.MeasurementMediumEnum? { get }
- 
                  
                  The level of the substance detected. Nullable: false. DeclarationSwift @TraitAttribute var levelValue: Matter.TotalVolatileOrganicCompoundsConcentrationMeasurementTrait.LevelValueEnum? { get }
- 
                  
                  A list of server-generated commands (server to client) which are supported by this cluster server instance. Nullable: false. DeclarationSwift @TraitAttribute var generatedCommandList: [UInt32]? { get }
- 
                  
                  A list of client-generated commands which are supported by this cluster server instance. Nullable: false. DeclarationSwift @TraitAttribute var acceptedCommandList: [UInt32]? { get }
- 
                  
                  Whether the server supports zero or more optional cluster features. A cluster feature is a set of cluster elements that are mandatory or optional for a defined feature of the cluster. If a cluster feature is supported by the cluster instance, then the corresponding bit is set to 1, otherwise the bit is set to 0 (zero). Nullable: false. DeclarationSwift @TraitAttribute var featureMap: Matter.TotalVolatileOrganicCompoundsConcentrationMeasurementTrait.Feature? { get }
- 
                  
                  The revision of the server cluster specification supported by the cluster instance. Nullable: false. DeclarationSwift @TraitAttribute var clusterRevision: UInt16? { get }
- 
                  
                  The trait identifier. DeclarationSwift static var identifier: String { get }
- 
                  
                  Writes this object to the given TraitEncoder. ThrowsHomeError.encodingFailedif the data could not be encoded.DeclarationSwift func encode(with encoder: TraitEncoder) throws
- 
                  
                  Returns a Boolean value indicating whether two values are equal. Equality is the inverse of inequality. For any values aandb,a == bimplies thata != bisfalse.DeclarationSwift static func == (lhs: Matter.TotalVolatileOrganicCompoundsConcentrationMeasurementTrait.Attributes, rhs: Matter.TotalVolatileOrganicCompoundsConcentrationMeasurementTrait.Attributes) -> BoolParameterslhsA value to compare. rhsAnother value to compare. 
- 
                  
                  Hashes the essential components of this value by feeding them into the given hasher. Implement this method to conform to the Hashableprotocol. The components used for hashing must be the same as the components compared in your type’s==operator implementation. Callhasher.combine(_:)with each of these components.Important In your implementation of hash(into:), don’t callfinalize()on thehasherinstance provided, or replace it with a different instance. Doing so may become a compile-time error in the future.DeclarationSwift func hash(into hasher: inout Hasher)