Bouke / HAP

Swift implementation of the Homekit Accessory Protocol
https://boukehaarsma.nl/HAP/
MIT License
364 stars 50 forks source link

Extra enums #161

Open TheMisfit68 opened 1 year ago

TheMisfit68 commented 1 year ago

added two extensions for enums (that get used by 'irrigation systems')

Bouke commented 5 months ago

Where are these definitions coming from? Do you have an authoritative reference for them?

TheMisfit68 commented 5 months ago

I found them in Apple's document "HAP-Specification-Non-Commercial-Version.pdf" and tried to implement them following the same patterns as those I found in your framework already.