ios - issues while developing for PHILIPS HUE -


i making application using meethue api apple.

i don't have device (bridge) check output. how can proceed development using simulator.

is way can test or know how app working without having bridge.

you can make use of hue emulator.

for example, hue-emulator steveyo simple .jar file can run using command:

java -jar hueemulator-v0.2.jar 

after this, following request can used check whether emulator running:

http://localhost:8000/api/newdeveloper 

the full bridge config should returned.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -