Bravia.Device (Bravia v0.1.0)

Copy Markdown View Source

A television found on the network by Bravia.Discovery.discover/1.

:control_url is the endpoint the television advertised for itself. Prefer it over rebuilding a URL from :host — the advertised value is authoritative.

Summary

Types

t()

@type t() :: %Bravia.Device{
  control_url: String.t() | nil,
  friendly_name: String.t() | nil,
  host: String.t() | nil,
  location: String.t() | nil,
  model: String.t() | nil,
  udn: String.t() | nil
}