Skip to content

Commit

Permalink
Add FB21-001 (Koenkk#4101)
Browse files Browse the repository at this point in the history
Add support for the Livarno remote control that is included in a Livarno Home LED ceiling light (see https://www.lidl.nl/p/livarno-home-led-plafondlamp-zigbee-smart-home/p100339376)
Same type buttons as the model FB20-002 but different look and layout.
  • Loading branch information
dumbo0001 authored Apr 8, 2022
1 parent 047fe12 commit 50c2ef7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions devices/lidl.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,16 @@ module.exports = [
fromZigbee: [fz.command_on, fz.command_off, fz.command_step, fz.command_move, fz.command_stop],
toZigbee: [],
},
{
fingerprint: [{modelID: 'TS1001', manufacturerName: '_TYZB01_hww2py6b'}],
model: 'FB21-001',
vendor: 'Lidl',
description: 'Livarno Lux switch and dimming light remote control',
exposes: [e.action(['on', 'off', 'brightness_stop', 'brightness_step_up', 'brightness_step_down', 'brightness_move_up',
'brightness_move_down'])],
fromZigbee: [fz.command_on, fz.command_off, fz.command_step, fz.command_move, fz.command_stop],
toZigbee: [],
},
{
fingerprint: [
{modelID: 'TS011F', manufacturerName: '_TZ3000_wzauvbcs'}, // EU
Expand Down

0 comments on commit 50c2ef7

Please sign in to comment.