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

tint remote (ZBT-Remote) Color keys #284

Merged
merged 13 commits into from
Feb 19, 2019
Prev Previous commit
Next Next commit
Update devices.js
  • Loading branch information
Koenkk authored Feb 14, 2019
commit 88d0809242b9f5fa38b1d9fbd76f8594739c3e44
10 changes: 3 additions & 7 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -2385,19 +2385,15 @@ const devices = [
},
{
zigbeeModel: ['ZBT-Remote-ALL-RGBW'],
model: 'tint404011',
model: 'MLI-404011',
description: 'Tint remote control',
supports:
'toggle, arrow left/right click/hold/release, brightness up/down click/hold/release ' +
supports: 'toggle, brightness, other buttons are not supported yet! ' +
'(**[requires additional setup!]' +
'(https://koenkk.github.io/zigbee2mqtt/getting_started/pairing_devices.html#ikea-tradfri)**)',
'(http://www.zigbee2mqtt.io/getting_started/pairing_devices.htmli)**)',
vendor: 'Müller Licht',
fromZigbee: [
fz.tint404011_on, fz.tint404011_off,
fz.E1524_toggle, fz.tint404011_brightness_updown_click,
// fz.E1524_arrow_click, fz.E1524_arrow_hold, fz.E1524_arrow_release,
// fz.E1524_brightness_up_click, fz.E1524_brightness_down_click, fz.E1524_brightness_up_hold,
// fz.E1524_brightness_up_release, fz.E1524_brightness_down_hold, fz.E1524_brightness_down_release,
],
toZigbee: [],
},
Expand Down