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 cookModeUByte

The value to which the currentMode attribute should be set.

cookTime

var cookTimeUInt

The cook time associated with the operation of the device.

powerSetting

var powerSettingUByte

The power setting associated with the operation of the device.

startAfterSetting

var startAfterSettingBoolean

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

wattSettingIndex

var wattSettingIndexUByte

The value to which the selectedWattIndex attribute is set.