nerves_hub_link v0.7.6 NervesHubLink.Channel.State

Link to this section Summary

Link to this section Types

Link to this type

status()
status() ::
  :idle
  | :fwup_error
  | :update_failed
  | :update_rescheduled
  | {:updating, integer()}
  | :unknown

Link to this type

t()
t() :: %NervesHubLink.Channel.State{
  channel: pid(),
  connected?: boolean(),
  params: map(),
  socket: pid(),
  status: status(),
  topic: String.t()
}