Skip to content

Commit 3f83f88

Browse files
committed
add new light models to constants
1 parent 25ab633 commit 3f83f88

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ All notable changes to `@homebridge-plugins/homebridge-govee` will be documented
88
- fix BLE control characteristic UUID regression (#1208) (@duggan)
99
- add post-write delay and fix debug log formatting (#1208) (@duggan)
1010
- dependency updates
11+
- add new light models to constants
12+
- `H601F`, `H60B0`, `H8066`, `H8076`, `H80A1`
1113

1214
## v11.14.0 (2025-12-28)
1315

lib/utils/constants.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export default {
147147
'H601C',
148148
'H601D',
149149
'H601E',
150+
'H601F',
150151
'H6020',
151152
'H6022',
152153
'H6038',
@@ -191,6 +192,7 @@ export default {
191192
'H6078',
192193
'H6079',
193194
'H607C',
195+
'H60B0',
194196
'H6083',
195197
'H6085',
196198
'H6086',
@@ -462,9 +464,12 @@ export default {
462464
'H805A',
463465
'H805B',
464466
'H805C',
467+
'H8066',
465468
'H806A',
466469
'H8072',
470+
'H8076',
467471
'H808A',
472+
'H80A1',
468473
'H80A4',
469474
'H80C4',
470475
'H80C5',

0 commit comments

Comments
 (0)