Skip to content

Commit

Permalink
Support 404031. Koenkk#1162
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 12, 2020
1 parent 620bd7d commit cc5ec34
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"require-jsdoc": "off",
"indent": ["error", 4],
"no-prototype-builtins": "off",
"max-len": ["error", { "code": 120 }]
"max-len": ["error", { "code": 140 }]
}
}
14 changes: 14 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -7190,6 +7190,20 @@ const devices = [
fromZigbee: generic.light_onoff_brightness_colortemp.fromZigbee,
toZigbee: generic.light_onoff_brightness_colortemp.toZigbee.concat([tz.tint_scene]),
},
{
fingerprint: [{
// Identify through fingerprint as modelID is the same as Sunricher ZG192910-4
type: 'Router', manufacturerID: 4635, manufacturerName: 'MLI', modelID: 'CCT Lighting',
powerSource: 'Mains (single phase)', endpoints: [
{ID: 1, profileID: 49246, deviceID: 544, inputClusters: [0, 3, 4, 5, 6, 8, 768, 2821, 4096], outputClusters: [25]},
{ID: 242, profileID: 41440, deviceID: 102, inputClusters: [33], outputClusters: [33]},
],
}],
model: '404031',
vendor: 'Müller Licht',
description: 'Tint Armaro',
extend: generic.light_onoff_brightness_colortemp,
},

// Salus Controls
{
Expand Down

0 comments on commit cc5ec34

Please sign in to comment.