@@ -1980,6 +1980,8 @@ const definitions: DefinitionWithExtend[] = [
1980
1980
tz . power_on_behavior ,
1981
1981
tz . ignore_transition ,
1982
1982
tz . identify ,
1983
+ tz . light_brightness_move ,
1984
+ tz . light_brightness_step ,
1983
1985
tzLocal . inovelli_led_effect ,
1984
1986
tzLocal . inovelli_individual_led_effect ,
1985
1987
tzLocal . inovelli_parameters ( VZM30_ATTRIBUTES , INOVELLI_CLUSTER_NAME ) ,
@@ -2030,6 +2032,8 @@ const definitions: DefinitionWithExtend[] = [
2030
2032
tz . power_on_behavior ,
2031
2033
tz . ignore_transition ,
2032
2034
tz . identify ,
2035
+ tz . light_brightness_move ,
2036
+ tz . light_brightness_step ,
2033
2037
tzLocal . inovelli_led_effect ,
2034
2038
tzLocal . inovelli_individual_led_effect ,
2035
2039
tzLocal . inovelli_parameters ( VZM31_ATTRIBUTES , INOVELLI_CLUSTER_NAME ) ,
@@ -2101,6 +2105,8 @@ const definitions: DefinitionWithExtend[] = [
2101
2105
toZigbee : [
2102
2106
tz . identify ,
2103
2107
tzLocal . vzm36_fan_on_off , // Need to use VZM36 specific converter
2108
+ tz . light_brightness_move ,
2109
+ tz . light_brightness_step ,
2104
2110
tzLocal . fan_mode ( 2 ) ,
2105
2111
tzLocal . light_onoff_brightness_inovelli ,
2106
2112
tzLocal . inovelli_parameters ( VZM36_ATTRIBUTES , INOVELLI_CLUSTER_NAME ) ,
0 commit comments