Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: grumpylabs/hcf

Tags

gl0.2

Toggle gl0.2's commit message
adds more assessory and implements all optional chars

gl0.1

Toggle gl0.1's commit message
added more accessories

v1.1.0

Toggle v1.1.0's commit message
Merge branch 'ip-camera'

v1.0.0

Toggle v1.0.0's commit message
Merge branch 'tv' brutella#132

v0.1.0

Toggle v0.1.0's commit message
Remove the model interface and import characteristics/services from m…

…etadata file

There was no benefit in using the model interface in contrast to the actual structs
and their public fields. Therefore the model package is removed. This changes the
import paths of the accessory/service/characteristic packages, which are now in the
library's root directory.

Also the code for all services and characteristics is now auto-generated by importing
the data from the metadata plist file in the HAPAccessoryKit.framework (see gen and
cmd package). We can now import new types more easily in the future.

Existing code should migrate to the new version by replace import paths containing
github.com/brutella/hc/model* with github.com/brutella/hc/*

v0.0.1

Toggle v0.0.1's commit message
Update readme