Skip to content

Commit

Permalink
prep 10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed May 26, 2024
1 parent aec1756 commit 675b43e
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 127 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
- `PATCH` version when backwards-compatible bug fixes are implemented

## 10.8.0 (2024-05-26)

### Added

- Support for light models:
- `H60A1` `H61D3` `H7038` `H7039` `H7105`
- Support for light models:
- `H7015`
- `H7016` (thanks @rusnewman)

### Changed

- Updated dependencies

## 10.7.1 (2024-05-03)

### Fixed
Expand Down
11 changes: 10 additions & 1 deletion lib/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export default {
'H6092',
'H6099',
'H60A0',
'H60A1',
'H6104',
'H6109',
'H610A',
Expand Down Expand Up @@ -258,6 +259,7 @@ export default {
'H61C2',
'H61C3',
'H61C5',
'H61D3',
'H61D5',
'H61E0',
'H61E1',
Expand All @@ -279,6 +281,8 @@ export default {
'H7031',
'H7032',
'H7033',
'H7038',
'H7039',
'H7041',
'H7042',
'H7050',
Expand Down Expand Up @@ -307,6 +311,7 @@ export default {
'H70BC',
'H70C1',
'H70C2',
'H7105',
'H805A',
'H805B',
'H805C',
Expand Down Expand Up @@ -388,7 +393,7 @@ export default {
],
sensorThermo4: ['H5198'],
sensorMonitor: ['H5106'],
fan: ['H7100', 'H7101', 'H7102', 'H7106', 'H7111'],
fan: ['H7100', 'H7101', 'H7102', 'H7105', 'H7106', 'H7111'],
heater1: ['H7130', 'H713A', 'H713B', 'H713C'],
heater2: ['H7131', 'H7132', 'H7133', 'H7134', 'H7135'],
dehumidifier: ['H7150', 'H7151'],
Expand Down Expand Up @@ -431,6 +436,7 @@ export default {
'H608C',
'H608D',
'H60A0',
'H60A1',
'H610A',
'H610B',
'H6110',
Expand Down Expand Up @@ -480,13 +486,16 @@ export default {
'H61C2',
'H61C3',
'H61C5',
'H61D3',
'H61E0',
'H61E1',
'H7012',
'H7013',
'H7021',
'H7028',
'H7033',
'H7038',
'H7039',
'H7041',
'H7042',
'H7050',
Expand Down
Loading

0 comments on commit 675b43e

Please sign in to comment.