@homebridge/hap-client 2.1.0-beta.1 → 2.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,13 +6,14 @@ All notable changes to `@homebridge/hap-client` will be documented in this file.
|
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
-
|
|
9
|
+
- Added setCharacteristicsByTypes to support multiple characteristic updates to a single device. Which resolves, https://github.com/NorthernMan54/node-red-contrib-homebridge-automation/issues/152
|
|
10
|
+
- Added initial framework and dependencies to support the creation of test cases.
|
|
11
|
+
|
|
11
12
|
## v2.0.6 (2025-03-22)
|
|
12
13
|
|
|
13
14
|
### Changed
|
|
14
15
|
|
|
15
|
-
-
|
|
16
|
+
- updated dependencies
|
|
16
17
|
|
|
17
18
|
## v2.0.5 (2024-12-04)
|
|
18
19
|
|