@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -3
  2. 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
- - updated dependencies
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
- - Update setCharacteristic to support multiple updates. Which resolves, https://github.com/NorthernMan54/node-red-contrib-homebridge-automation/issues/152
16
+ - updated dependencies
16
17
 
17
18
  ## v2.0.5 (2024-12-04)
18
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebridge/hap-client",
3
- "version": "2.1.0-beta.1",
3
+ "version": "2.1.0-beta.2",
4
4
  "description": "A client for HAP-NodeJS.",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {