diff --git "a/src/devices/m\303\274ller_licht.ts" "b/src/devices/m\303\274ller_licht.ts" index b87879904a97e..ad5397c77631f 100644 --- "a/src/devices/m\303\274ller_licht.ts" +++ "b/src/devices/m\303\274ller_licht.ts" @@ -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);