struct MicrowaveOvenMatterTraits
Trait Container for Matter Traits.
-
This trait defines additional mode tags and namespace enumerated values for microwave oven devices.
Declaration
Swift
let microwaveOvenModeTrait: Matter.MicrowaveOvenModeTrait?
-
This trait defines an interface for controlling a microwave oven device.
Declaration
Swift
let microwaveOvenControlTrait: Matter.MicrowaveOvenControlTrait?
-
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.
Declaration
Swift
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.
Declaration
Swift
let identifyTrait: Matter.IdentifyTrait?
-
This trait provides an interface for controlling the speed of a fan.
Declaration
Swift
let fanControlTrait: Matter.FanControlTrait?