File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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:
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
Original file line number Diff line number Diff 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)
2828Supported 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 : |
You can’t perform that action at this time.
0 commit comments