Skip to content

Commit

Permalink
feat: Expose store_1 action for Müller Licht 404002 (#6108)
Browse files Browse the repository at this point in the history
Add 'Store Scene' to Müller Licht ZBT-DIMController-D0800
  • Loading branch information
obrain17 authored Aug 27, 2023
1 parent b99e40d commit 9f11f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/müller_licht.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ const definitions: Definition[] = [
model: '404002',
description: 'Tint dim remote control',
vendor: 'Müller Licht',
fromZigbee: [fz.command_on, fz.command_off, fz.command_step, fz.command_move, fz.command_stop, fz.command_recall],
fromZigbee: [fz.command_on, fz.command_off, fz.command_step, fz.command_move, fz.command_stop, fz.command_recall, fz.command_store],
exposes: [e.action(['on', 'off', 'brightness_step_up', 'brightness_step_down', 'brightness_move_up', 'brightness_move_down',
'brightness_stop', 'recall_1'])],
'brightness_stop', 'recall_1', 'store_1'])],
toZigbee: [],
configure: async (device, coordinatorEndpoint, logger) => {
const endpoint = device.getEndpoint(1);
Expand Down

0 comments on commit 9f11f58

Please sign in to comment.