Huex.Bridge

Stores the state of the connection with the bridge device

  • host - IP address or hostname of the bridge device
  • username - username used to issue API calls to the bridge device
  • status - :ok or :error
  • error - error message

Summary

Types

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