hap-java / HAP-Java

Java implementation of the HomeKit Accessory Protocol
MIT License
153 stars 82 forks source link

Fix GET /characteristics #2

Closed bjpbakker closed 9 years ago

bjpbakker commented 9 years ago

Homekit calls /characteristics with an id parameter that is a comma-seperated list of accessory ids for which to get characteristics.

andylintner commented 9 years ago

Thanks for the contributions!