Skip to content

Commit 99e3d0f

Browse files
author
Eugen Freiter
committed
upate README
Signed-off-by: Eugen Freiter <[email protected]>
1 parent 4f1404d commit 99e3d0f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Log accessory names instead of futures. [#150](https://github.com/hap-java/HAP-Java/issues/150)
44
* Fix rotation speed data type (BREAKING API CHANGE). According to HAP specification it must be float
55
* Fix UUID of HAP Version characteristic
6+
* Add Mute characteristic to Doorbell service
67

78
## New
89
* New characteristics:
@@ -22,11 +23,13 @@
2223
* Remote Key
2324
* Volume Control Type
2425
* Volume Selector
26+
* AirPlay Enable
2527

2628
* New services
2729
* Input Source
2830
* Television
2931
* Television Speaker
32+
* Smart Speaker
3033

3134
# HAP-Java 2.0.0
3235
* major refactoring to support optional characteristics

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Include HAP-Java in your project using maven:
1818
<dependency>
1919
<groupId>io.github.hap-java</groupId>
2020
<artifactId>hap</artifactId>
21-
<version>2.0.0-SNAPSHOT</version>
21+
<version>2.0.1-SNAPSHOT</version>
2222
</dependency>
2323
```
2424

@@ -28,7 +28,7 @@ read the [Javadoc](https://hap-java.github.io/HAP-Java/apidocs/index.html)
2828
Supported HomeKit Accessories
2929
=========
3030

31-
Current implementation fully supports 41 HomeKit accessory/services.
31+
Current implementation fully supports 42 HomeKit accessory/services.
3232

3333
| HomeKit Accessory & Service type | Supported by Java-HAP |
3434
|--------------------|--------------------|
@@ -67,6 +67,7 @@ Current implementation fully supports 41 HomeKit accessory/services.
6767
| Service Label | :white_check_mark: |
6868
| Siri | :x: |
6969
| Slat | :white_check_mark: |
70+
| Smart Speaker | :white_check_mark: |
7071
| Smoke Sensor | :white_check_mark: |
7172
| Speaker | :white_check_mark: |
7273
| Stateless Programmable Switch | :white_check_mark: |

0 commit comments

Comments
 (0)