Skip to content

Commit 86b1c71

Browse files
authored
feat: Add switch scene support for the Miboxer FUT089Z remote (#8475)
1 parent 1d3883a commit 86b1c71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/devices/miboxer.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ const definitions: DefinitionWithExtend[] = [
2525
fz.command_move_to_level,
2626
fz.command_move_to_color_temp,
2727
fz.command_move_to_hue_and_saturation,
28+
fz.tuya_switch_scene,
2829
],
2930
toZigbee: [],
3031
whiteLabel: [tuya.whitelabel('Ledron', 'YK-16', 'RGB+CCT Remote', ['_TZ3000_zwszqdpy'])],
3132
exposes: [
3233
e.battery(),
3334
e.battery_voltage(),
34-
e.action(['on', 'off', 'brightness_move_to_level', 'color_temperature_move', 'move_to_hue_and_saturation']),
35+
e.action(['on', 'off', 'brightness_move_to_level', 'color_temperature_move', 'move_to_hue_and_saturation', 'tuya_switch_scene']),
3536
],
3637
configure: async (device, coordinatorEndpoint) => {
3738
const endpoint = device.getEndpoint(1);

0 commit comments

Comments
 (0)