struct LaundryWasherMatterTraitsTrait Container for LaundryWasherDeviceType Matter Traits.
- 
                  
                  This trait supports remote monitoring and allows the operational state of any device to be changed provided that a state machine is part of the operation. DeclarationSwift let operationalStateTrait: Matter.OperationalStateTrait?
- 
                  
                  This trait supports an endpoint identification state (such as a flashing light) that indicates to an observer (such as an installer) which of several nodes or endpoints it is. DeclarationSwift let identifyTrait: Matter.IdentifyTrait?
- 
                  
                  This trait provides an interface for turning devices on and off. DeclarationSwift let onOffTrait: Matter.OnOffTrait?
- 
                  
                  This trait provides an interface to laundry washer devices. DeclarationSwift let laundryWasherModeTrait: Matter.LaundryWasherModeTrait?
- 
                  
                  This trait provides a way to access options associated with the operation of a laundry washer device type. DeclarationSwift let laundryWasherControlsTrait: Matter.LaundryWasherControlsTrait?
- 
                  
                  This trait provides an interface to the setpoint temperature on devices such as washers, refrigerators, and water heaters. DeclarationSwift let temperatureControlTrait: Matter.TemperatureControlTrait?