Huex.Bridge
Stores the state of the connection with the bridge device
host
- IP address or hostname of the bridge deviceusername
- username used to issue API calls to the bridge devicestatus
-:ok
or:error
error
- error message
Types ↑
t :: %Huex.Bridge{host: binary, username: binary, status: Huex.status, error: nil | binary}