Skip to content

Commit b002105

Browse files
committed
prep 10
1 parent 9b6f49d commit b002105

File tree

4 files changed

+151
-108
lines changed

4 files changed

+151
-108
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,25 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
88
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
99
- `PATCH` version when backwards-compatible bug fixes are implemented
1010

11-
## BETA
11+
## 10.0.0 (2023-10-24)
1212

1313
### Added
1414

1515
- Support for heater `H713C`
16-
- Support for lights `H6010`, `H601B`, `H6088`, `H60A0`, `H617F`, `H61BA`, `H61BC`, `H61C5`, `H7066` and `H70C1`
16+
- Support for lights
17+
- `H6010`, `H601B`, `H6088`, `H60A0`, `H6167`, `H617F`, `H61BA`, `H61BC`, `H61C2`, `H61C5`, `H7066`, `H70C1` and `H70C2`
1718
- Support for air purifier `H7126` (work-in-progress)
1819

20+
### Changed
21+
22+
- Updated HomeKit native ignore list
23+
- Updated dependencies
24+
- Bump `node` supported versions to v18.18.2 or v20.8.1
25+
26+
### Removed
27+
28+
- Support for node 16
29+
1930
## 9.4.2 (2023-08-28)
2031

2132
⚠️ Note this will be the last version of the plugin to support Node 16.

lib/utils/constants.js

+3
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ export default {
199199
'H615E',
200200
'H6160',
201201
'H6163',
202+
'H6167',
202203
'H6168',
203204
'H6172',
204205
'H6173',
@@ -227,6 +228,7 @@ export default {
227228
'H61BA',
228229
'H61BC',
229230
'H61BE',
231+
'H61C2',
230232
'H61C3',
231233
'H61C5',
232234
'H61E0',
@@ -262,6 +264,7 @@ export default {
262264
'H7066',
263265
'H70B1',
264266
'H70C1',
267+
'H70C2',
265268
'HXXXX', // placeholder for LAN-only configured models
266269
],
267270
rgbBT: [

0 commit comments

Comments
 (0)