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 phoscon hive #5902

Merged
merged 5 commits into from
Jun 27, 2023
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions src/devices/dresden_elektronik.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ const definitions: Definition[] = [
extend: extend.light_onoff_brightness(),
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['Hive'], // The model ID from: Device with modelID 'lumi.sens' is not supported.
model: 'Hive', // Vendor model number, look on the device for a model number
Koenkk marked this conversation as resolved.
Show resolved Hide resolved
vendor: 'Phoscon', // Vendor of the device (only used for documentation and startup logging)
description: 'Phoscon Hive battery powered smart LED light', // Description of the device, copy from vendor site. (only used for documentation and startup logging)
extend: extend.light_onoff_brightness_colortemp_color(),
Copy link
Owner

Choose a reason for hiding this comment

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

},
{
zigbeeModel: ['FLS-A lp (1-10V)'],
model: 'BN-600078',
Expand Down
Loading