NotificationTrait.SendNotificationsCommand

object NotificationTrait.SendNotificationsCommand : CommandDescriptor


Send a notification to structure members.

Summary

Nested types

Optional arguments for the SendNotificationsCommand.Request

The request payload for the Notification command.

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.

open Nothing?

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

Public properties

commandId

open val commandIdString

Unique id corresponding to the command.

commandName

open val commandNameString

Human-friendly name of the command.

requestId

open val requestIdNothing?

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

responseId

open val responseIdNothing?

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