MicrowaveOvenControlTrait.SetCookingParametersCommand.OptionalArgs

interface MicrowaveOvenControlTrait.SetCookingParametersCommand.OptionalArgs


Optional arguments for the command SetCookingParametersCommand Request

Summary

Public properties

UByte

The value to which the currentMode attribute should be set.

UInt

The cook time associated with the operation of the device.

UByte

The power setting associated with the operation of the device.

Boolean

Indicates whether or not the oven should be started when the command is received.

UByte

The value to which the selectedWattIndex attribute is set.

Public properties

cookMode

var cookMode: UByte

The value to which the currentMode attribute should be set.

cookTime

var cookTime: UInt

The cook time associated with the operation of the device.

powerSetting

var powerSetting: UByte

The power setting associated with the operation of the device.

startAfterSetting

var startAfterSetting: Boolean

Indicates whether or not the oven should be started when the command is received.

wattSettingIndex

var wattSettingIndex: UByte

The value to which the selectedWattIndex attribute is set.