huex v0.6.1 Huex.Bridge
Structure holding the state of the connection with the bridge device
host
- IP address or hostname of the bridge deviceusername
- Username generated by the bridge (seeauthorize/2
and Hue Configuration API for details)status
-:ok
or:error
error
- error message
Summary
Types
t :: %Huex.Bridge{error: nil | binary, host: binary, status: Huex.status, username: binary}