Skip to content

Commit

Permalink
Improve description features copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke authored Feb 14, 2019
1 parent a18fad4 commit 0655715
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Homekit Accessory Protocol, implemented in Swift
================================================

The goal of this package is to provide a complete implementation of the Homekit Accessory Protocol, to build your DIY accessories, or provide a bridge for non-HAP devices.
The goal of this package is to provide a complete implementation of the Homekit Accessory Protocol, enabling you to build your DIY accessories, and connect your non-HAP devices.

[![Build Status](https://travis-ci.org/Bouke/HAP.svg?branch=master)](https://travis-ci.org/Bouke/HAP)

## Features

* Persistent configuration
* Pair by scanning QR code (WWDC 2017)
* Write custom services and characteristics
* Linux / Raspbian (Raspberry Pi) support
* Persistent configuration across reboots.
* Homekit pairing by scanning QR code (shipped in iOS 11).
* Speakers and Remote Control accessories (shipped in iOS 12 / macOS Mojave).
* Extensibility through custom services and characteristics.
* Runs on Linux / Raspbian (Raspberry Pi).

## How to build

Expand Down

0 comments on commit 0655715

Please sign in to comment.