huex v0.5.0 Huex.Bridge
Structure holding 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
Summary
Types
t :: %Huex.Bridge{error: nil | binary, host: binary, status: Huex.status, username: binary}