Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaauw committed Jun 5, 2017
1 parent 30e03ef commit 34b630f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ Technically, the homebridge-lib library is based on the following:

The homebridge-lib library provides a number of abstract superclasses, that act as delegate for homebridge platform plugins and for HomeKit accessories, services, and characteristics. A homebridge plugin based on homebridge-lib extends these classes, providing the device-specific logic.

Class | Extends | Delegate for | HomeKit
----- | ------- | ------------ | -------
`LibPlatform` | `LibObject` | -- | --
`LibAccessory` | `LibObject` | `PlatformAccessory` | accessory
`LibService` | `LibObject` | `Service` | service
`LibCharacteristic` | `LibObject` | `Characteristic` | characteristic
`LibObject` | `EventEmitter` | -- | --

See the [Wiki](https://github.com/ebaauw/homebridge-lib/wiki) for more information.

## Installation
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//
// Library for homebridge plug-ins.
// Copyright © 2017 Erik Baauw. All rights reserved.
//
// See https://github.com/ebaauw/homebridge-lib/wiki.

'use strict';

Expand Down

0 comments on commit 34b630f

Please sign in to comment.