ZoneManagementTrait.UpdateTwoDCartesianZoneCommand

object ZoneManagementTrait.UpdateTwoDCartesianZoneCommand : CommandDescriptor


Updates a stored two-dimensional Cartesian zone. When updating the default zone (zoneID = 0), only the use field within the provided TwoDCartesianZoneStruct can be modified.

See also
updateTwoDCartesianZone

Use this command from the trait(ZoneManagement) method.

Summary

Nested types

The request payload for the UpdateTwoDCartesianZone command.

Descriptor enum for this command's request fields.

Public properties

open String

Unique id corresponding to the command.

open String

Human-friendly name of the command.

open Nothing?

Optional (for Matter only) ScopedCommandId corresponding to the command response (if any).

Public functions

getCommandRequestFieldByName

@HomeExperimentalGenericApi
open fun getCommandRequestFieldByName(name: String): Field?

Public properties

commandId

open val commandIdString

Unique id corresponding to the command.

commandName

open val commandNameString

Human-friendly name of the command.

responseId

open val responseIdNothing?

Optional (for Matter only) ScopedCommandId corresponding to the command response (if any).