google_api_home_graph v0.5.0 GoogleApi.HomeGraph.V1.Model.ReportStateAndNotificationDevice View Source

The states and notifications specific to a device.

Attributes

  • notifications (type: map(), default: nil) - Notifications metadata for devices. See the Device NOTIFICATIONS section of the individual trait reference guides.
  • states (type: map(), default: nil) - States of devices to update. See the Device STATES section of the individual trait reference guides.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.HomeGraph.V1.Model.ReportStateAndNotificationDevice{
  notifications: map(),
  states: map()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.