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 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:
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
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