maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.11k stars 170 forks source link

Add missing iOS 11 Services #59

Closed renssies closed 6 years ago

renssies commented 6 years ago

It turns out esp-homekit is missing the services that were introduced in iOS 11.0: Heater/Cooler and Humidifier/Dehumidifier. This PR adds the services and characteristics for those services.

I've also corrected the category names. Since none of the categories had their services implemented this shouldn't trigger any compilation errors.

I've tested both the heater/cooler and humidifier/dehumidifier with a quick example and are compiling fine.

maximkulkin commented 6 years ago

Thank you @renssies! 👍