brutella / hc

hc is a lightweight framework to develop HomeKit accessories in Go.
Apache License 2.0
1.74k stars 189 forks source link

Support specifying accessory id #157

Closed brutella closed 4 years ago

brutella commented 4 years ago

Once the accessory is paired with HomeKit, the accessory ids has to stay the same. HomeKit will mark the accessory as invalid if the ids change. This commit also changes the id value type to uint64.

This fixes #146