etwmc / Personal-HomeKit-HAP

This project will provide source code to build a HomeKit support accessories.
MIT License
236 stars 85 forks source link

serviceType_lightBulb' was not declared in this scope #44

Closed eriksmets closed 9 years ago

eriksmets commented 9 years ago

Accessory.cpp:error: 'serviceType_lightBulb' was not declared in this scope

PHKAccessory.h:, line 90-109: replacing 'charType' with 'serviceType' fixes this.

(also in PHKAccessory.cpp on line 576.)

eriksmets commented 9 years ago

i've submitted a pull request which fixes this.

etwmc commented 9 years ago

it's fixed in the last commit, alongside with the new service types. Sorry for the inconvenience, I haven't fix my Github email problem yet.