Skip to content

Commit dded1fa

Browse files
feat: Add support for light_brightness_move and light_brightness step to Inovelli switches (#8727)
1 parent 67c008d commit dded1fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/devices/inovelli.ts

+6
Original file line numberDiff line numberDiff line change
@@ -1980,6 +1980,8 @@ const definitions: DefinitionWithExtend[] = [
19801980
tz.power_on_behavior,
19811981
tz.ignore_transition,
19821982
tz.identify,
1983+
tz.light_brightness_move,
1984+
tz.light_brightness_step,
19831985
tzLocal.inovelli_led_effect,
19841986
tzLocal.inovelli_individual_led_effect,
19851987
tzLocal.inovelli_parameters(VZM30_ATTRIBUTES, INOVELLI_CLUSTER_NAME),
@@ -2030,6 +2032,8 @@ const definitions: DefinitionWithExtend[] = [
20302032
tz.power_on_behavior,
20312033
tz.ignore_transition,
20322034
tz.identify,
2035+
tz.light_brightness_move,
2036+
tz.light_brightness_step,
20332037
tzLocal.inovelli_led_effect,
20342038
tzLocal.inovelli_individual_led_effect,
20352039
tzLocal.inovelli_parameters(VZM31_ATTRIBUTES, INOVELLI_CLUSTER_NAME),
@@ -2101,6 +2105,8 @@ const definitions: DefinitionWithExtend[] = [
21012105
toZigbee: [
21022106
tz.identify,
21032107
tzLocal.vzm36_fan_on_off, // Need to use VZM36 specific converter
2108+
tz.light_brightness_move,
2109+
tz.light_brightness_step,
21042110
tzLocal.fan_mode(2),
21052111
tzLocal.light_onoff_brightness_inovelli,
21062112
tzLocal.inovelli_parameters(VZM36_ATTRIBUTES, INOVELLI_CLUSTER_NAME),

0 commit comments

Comments
 (0)