SteveyO / Hue-Emulator

A Bridge API Emulator for the Philips Hue (Personal Wireless System)
165 stars 41 forks source link

Group Creation #35

Open ClueControl opened 7 years ago

ClueControl commented 7 years ago

I am not sure if this is a problem so feel free to correct me if the problem is the nut behind the keyboard.

When creating a group, the response from the simulator is like this: [{"success":{"id":"/groups/5"}}]

Based on the Hue api docs, I expected this: [{"success":{"id":"5"}}]