Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for H8072 and H80C4 #969

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,13 @@ export default {
'H70C2',
'H70C5',
'H70D1',
'H8072',
'H801B',
'H801C',
'H805A',
'H805B',
'H805C',
'H80C4',
'HXXXX', // placeholder for LAN-only configured models
],
rgbBT: [
Expand Down Expand Up @@ -560,9 +562,11 @@ export default {
'H70BC', // https://app-h5.govee.com/user-manual/wlan-guide (2024-10-15)
'H70C1', // https://app-h5.govee.com/user-manual/wlan-guide (2024-10-15)
'H70C2', // https://app-h5.govee.com/user-manual/wlan-guide (2024-10-15)
'H8072', // https://app-h5.govee.com/user-manual/wlan-guide (2024-10-15)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these two new models LAN compatible? i could not see them in the list in the wlan-guide but it sometimes gets out of date.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, both devices support LAN control

'H805A', // https://app-h5.govee.com/user-manual/wlan-guide (2024-10-15)
'H805B', // https://app-h5.govee.com/user-manual/wlan-guide (2024-10-15)
'H805C', // https://app-h5.govee.com/user-manual/wlan-guide (2024-10-15)
'H80C4', // https://app-h5.govee.com/user-manual/wlan-guide (2024-10-15)
],

awsOutlet1617: ['H5080', 'H5083'],
Expand Down
Loading