diff --git a/source/_integrations/emulated_hue.markdown b/source/_integrations/emulated_hue.markdown index 4adfecd415b..a1a85be56aa 100644 --- a/source/_integrations/emulated_hue.markdown +++ b/source/_integrations/emulated_hue.markdown @@ -161,6 +161,9 @@ You can verify that the `emulated_hue` integration has been loaded and is respon - `http://:80/description.xml` - This URL should return a descriptor file in the form of an XML file. - `http://:80/api/v2/lights` - This will return a list of devices, lights, scenes, groups, etc.. that `emulated_hue` is exposing to Alexa. + +You can use the "curl" command to switch a light on or off: +- `curl -X PUT -d '{"on":true}' http:///api/v2/lights/219/state` - This command switches light 219 on. Verify that the URLs above are using port 80, rather than port 8300 (i.e., `http://:80/description.xml`). Both Google Home and Amazon Alexa/Echo (as of the 2019-08 firmware) require port 80.