Skip to content

Commit c17a9d9

Browse files
author
Eugen Freiter
committed
upate README
Signed-off-by: Eugen Freiter <[email protected]>
1 parent 40e0338 commit c17a9d9

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
@@ -4,6 +4,7 @@
44
* Fix rotation speed data type (BREAKING API CHANGE). According to HAP specification it must be float
55
* Close JsonWriters [#149](https://github.com/hap-java/HAP-Java/issues/149)
66
* Fix UUID of HAP Version characteristic
7+
* Add Mute characteristic to Doorbell service
78

89
## New
910
* New characteristics:
@@ -23,11 +24,13 @@
2324
* Remote Key
2425
* Volume Control Type
2526
* Volume Selector
27+
* AirPlay Enable
2628

2729
* New services
2830
* Input Source
2931
* Television
3032
* Television Speaker
33+
* Smart Speaker
3134

3235
# HAP-Java 2.0.0
3336
* 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)