huex v0.7.0 Huex.Bridge

Structure holding the state of the connection with the bridge device

  • host - IP address or hostname of the bridge device
  • username - Username generated by the bridge (see authorize/2 and Hue Configuration API for details)
  • status - :ok or :error
  • error - error message

Summary

Types

t()
t() :: %Huex.Bridge{error: nil | binary, host: binary, status: Huex.status, username: binary}