MicrowaveOvenControlTrait.AddMoreTimeCommand.Request

class MicrowaveOvenControlTrait.AddMoreTimeCommand.Request


The request payload for the AddMoreTime command.

Summary

Public constructors

Request(timeToAdd: UInt)

Creates a request payload for the AddMoreTime command.

Public properties

UInt

The number of seconds to be added to the cookTime attribute.

Public constructors

Request

Request(timeToAdd: UInt)

Creates a request payload for the AddMoreTime command.

Public properties

timeToAdd

val timeToAddUInt

The number of seconds to be added to the cookTime attribute.