View Source GoogleApi.HomeGraph.V1.Model.StateAndNotificationPayload (google_api_home_graph v0.13.0)

Payload containing the state and notification information for devices.

Attributes

  • devices (type: GoogleApi.HomeGraph.V1.Model.ReportStateAndNotificationDevice.t, default: nil) - The devices for updating state and sending notifications.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HomeGraph.V1.Model.StateAndNotificationPayload{
  devices:
    GoogleApi.HomeGraph.V1.Model.ReportStateAndNotificationDevice.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.