maximkulkin / esp-homekit

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

HomeKit accessory category name update #61

Closed AramVartanyan closed 5 years ago

AramVartanyan commented 5 years ago

I am trying to make an Irrigating system (sprinkler) accessory and I found out that in "types.h", at line 63: "homekit_accessory_category_sprinkler = 28," should be changed to: "homekit_accessory_category_irrigation_system = 28,".

The accessory name is changed by Apple and also in "characteristics.h" the sprinkler is defined as irrigation system.

After this change my code is successfully compiled.

Thanks in advance