Skip to content

Commit

Permalink
Fixed a typo in the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehowells committed Jan 21, 2016
1 parent 4a5a582 commit 6b4424a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Support other device types besides lights.
Documentation (I'll write some soon (I mean it this time)).
For now just read "HKBAccessory.h" for an overview. Look in AppDelegate.m to see how to use the API once everything is in place (very simple). Look at "HKBLightAccessory" to see an example of how to write an accessory subclass.

The HKBLightAccessory class is abstract and doesn't link to any devices API directly. It is designed to be subclassed so that you can easily bridge different light bulbs SDKsto HomeKit.
The HKBLightAccessory class is abstract and doesn't link to any devices API directly. It is designed to be subclassed so that you can easily bridge different light bulbs SDKs to HomeKit.

Instead look at HKBLightAccessoryLIFX.m to see a self contained subclass that links a light object from LIFX's API to the HomeKit API.

Expand Down

0 comments on commit 6b4424a

Please sign in to comment.