PhilipsHue / PhilipsHueSDK-iOS-OSX

The Software Development Kit for Philips Hue on iOS and OS X (beta)
579 stars 169 forks source link

Additional ordering field on lights/groups #25

Closed twam closed 9 years ago

twam commented 11 years ago

It would be nice to add 'ordering' field to the lights/groups so that we have a reproducible way to order the list on different devices. This could be simple integer value.

Koora commented 10 years ago

i have been asked by a friend to make an app that does this, do you have any idea how to go about this? i would like to see what would be involved before attempting this

twam commented 10 years ago

You can only do this within your app. The bridge has no support for something like this up to now.

Koora commented 10 years ago

i meant app wise i have no idea how to do this and the friend thinks i can just pull code out of my ass its irritating how he thinks i can just poop out complicated apps when im only just starting out

jtayler commented 10 years ago

tell him! although, we feel for ya — can’t do much about that here.

On Apr 2, 2014, at 7:42 PM, Koora notifications@github.com wrote:

i meant app wise i have no idea how to do this and the friend thinks i can just pull code out of my ass its irritating how he thinks i can just poop out complicated apps when im only just starting out

— Reply to this email directly or view it on GitHub.

pverh commented 9 years ago

As stated by @twam we currently don't support storing the order of devices in the bridge. I don't expect this kind of features being supported anytime soon as our bridge has limited hardware and storage. Please use your own mechanism to store an order across devices, for example by storing this information in a backend service (iCloud, Parse to name a few).