ewilken / hap-rs

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

Evaluate inserting all optional characteristics as `Some` on the auto-generated accessories #43

Closed ewilken closed 3 years ago

ewilken commented 3 years ago

Currently, all optional characteristics default to None on the accessories emitted by the codegen. We should evaluate defaulting to Some.