DishwasherModeTrait.ChangeToModeCommand.Response

class DishwasherModeTrait.ChangeToModeCommand.Response


The response of the ChangeToMode command.

Summary

Public constructors

Response(status: UByte, statusText: String?)

Creates a response payload from the ChangeToMode command.

Public properties

UByte

The status of the ChangeToMode command.

String?

Additional, human-readable information about the results of the ChangeToMode command.

Public constructors

Response

Response(status: UByte, statusText: String? = null)

Creates a response payload from the ChangeToMode command.

Public properties

status

val statusUByte

The status of the ChangeToMode command.

statusText

val statusTextString?

Additional, human-readable information about the results of the ChangeToMode command.