google_api_home_graph v0.8.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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.