ewilken / hap-rs

Rust implementation of the Apple HomeKit Accessory Protocol (HAP)
Apache License 2.0
196 stars 33 forks source link

Evaluate using `HomeKitDaemon.framework` for codegen #49

Closed ewilken closed 3 years ago

ewilken commented 3 years ago

Extensive definitions of HomeKit categories, services and characteristics can be found in the /System/Library/PrivateFrameworks/HomeKitDaemon.framework/Resources/plain-metadata.config file on macOS. That file might be better suited for codegen than the stale simulator app definitions currently used.