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

Support for Sylvania 71831, Adjustable White A19 Bulb #224

Merged
merged 1 commit into from
Jan 21, 2019
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
7 changes: 7 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,13 @@ const devices = [
execute(device, actions, callback);
},
},
{
zigbeeModel: ['A19 TW 10 year'],
model: '71831',
vendor: 'Sylvania',
description: 'Smart Home adjustable white A19 LED bulb',
extend: generic.light_onoff_brightness_colortemp,
},
{
zigbeeModel: ['MR16 TW'],
model: '74282',
Expand Down