hue🔗
Usage:
$ hue [OPTIONS] COMMAND [ARGS]...
Options:
--help: Show this message and exit.
Commands:
bridge: Interact with the Hue Bridge APIlight: Interact with the Hue Lights APIversion: Show version of hue-api installed
hue bridge🔗
Interact with the Hue Bridge API
Usage:
$ hue bridge [OPTIONS] COMMAND [ARGS]...
Options:
--help: Show this message and exit.
Commands:
discover: Discover online Bridges in the local networkget: Get the config of a Bridgeinfo: List all the information about a Hue Bridge
hue bridge discover🔗
Discover online Bridges in the local network
Usage:
$ hue bridge discover [OPTIONS]
Options:
--help: Show this message and exit.
hue bridge get🔗
Get the config of a Bridge
Usage:
$ hue bridge get [OPTIONS]
Options:
-i, --ip TEXT: [env var: HUE_BRIDGE_IP; required]-u, --user TEXT: [env var: HUE_BRIDGE_USER; required]--help: Show this message and exit.
hue bridge info🔗
List all the information about a Hue Bridge
Usage:
$ hue bridge info [OPTIONS]
Options:
-i, --ip TEXT: [env var: HUE_BRIDGE_IP; required]-u, --user TEXT: [env var: HUE_BRIDGE_USER; required]--help: Show this message and exit.
hue light🔗
Interact with the Hue Lights API
Usage:
$ hue light [OPTIONS] COMMAND [ARGS]...
Options:
--help: Show this message and exit.
Commands:
get: Get the state of a Lightinfo: List all the information about a Hue Lightoff: Power off a lighton: Power on a lighttoggle: Toggle the power state of a light
hue light get🔗
Get the state of a Light
Usage:
$ hue light get [OPTIONS] [ID]
Arguments:
[ID]: [default: 1]
Options:
-i, --ip TEXT: [env var: HUE_BRIDGE_IP; required]-u, --user TEXT: [env var: HUE_BRIDGE_USER; required]--help: Show this message and exit.
hue light info🔗
List all the information about a Hue Light
Usage:
$ hue light info [OPTIONS] [ID]
Arguments:
[ID]: [default: 1]
Options:
-i, --ip TEXT: [env var: HUE_BRIDGE_IP; required]-u, --user TEXT: [env var: HUE_BRIDGE_USER; required]--help: Show this message and exit.
hue light off🔗
Power off a light
Usage:
$ hue light off [OPTIONS] [ID]
Arguments:
[ID]: [default: 1]
Options:
-i, --ip TEXT: [env var: HUE_BRIDGE_IP; required]-u, --user TEXT: [env var: HUE_BRIDGE_USER; required]--help: Show this message and exit.
hue light on🔗
Power on a light
Usage:
$ hue light on [OPTIONS] [ID]
Arguments:
[ID]: [default: 1]
Options:
-i, --ip TEXT: [env var: HUE_BRIDGE_IP; required]-u, --user TEXT: [env var: HUE_BRIDGE_USER; required]--help: Show this message and exit.
hue light toggle🔗
Toggle the power state of a light
Usage:
$ hue light toggle [OPTIONS] [ID]
Arguments:
[ID]: [default: 1]
Options:
-i, --ip TEXT: [env var: HUE_BRIDGE_IP; required]-u, --user TEXT: [env var: HUE_BRIDGE_USER; required]--help: Show this message and exit.
hue version🔗
Show version of hue-api installed
Usage:
$ hue version [OPTIONS]
Options:
--help: Show this message and exit.