From ed0719efa39004fae17d58db7d118811f4489215 Mon Sep 17 00:00:00 2001 From: jsiegenthaler Date: Sat, 6 Jan 2024 10:30:03 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5679e9..297d83d 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ Groups are collections of lights, and are used for Rooms and Zones in the Hue ap ## Special Commands The hueget server supports a special toggle command, which does not exist natively in the Philips Hue bridge. This toggles (changes the state) of a specified light or a group, allowing you to toggle the light/group state with a single URL. + Syntax: * Toggle light 1: http://192.168.0.101:3000/api/yourPhilipsHueBridgeUsername/lights/1/toggle * Toggle group 2: http://192.168.0.101:3000/api/yourPhilipsHueBridgeUsername/groups/2/toggle