@@ -2693,7 +2693,6 @@ describe("Inovelli VZM32-SN definition integration", () => {
26932693 configureReporting : {
26942694 1 : [
26952695 { cluster : "genOnOff" , items : [ { attribute : "onOff" , min : 0 , max : 3600 , change : 0 } ] } ,
2696- { cluster : "manuSpecificInovelli" , items : [ { attribute : 32 , min : 1800 , max : 3600 , change : 5 } ] } ,
26972696 {
26982697 cluster : "haElectricalMeasurement" ,
26992698 items : [
@@ -2919,10 +2918,7 @@ describe("Inovelli VZM35-SN definition integration", () => {
29192918 writeCount : { 1 : 0 , 2 : 0 } ,
29202919 // fan() extend also configures onOff reporting on EP1; no other reporting clusters for VZM35-SN.
29212920 configureReporting : {
2922- 1 : [
2923- { cluster : "genOnOff" , items : [ { attribute : "onOff" , min : 0 , max : 3600 , change : 0 } ] } ,
2924- { cluster : "manuSpecificInovelli" , items : [ { attribute : 32 , min : 1800 , max : 3600 , change : 5 } ] } ,
2925- ] ,
2921+ 1 : [ { cluster : "genOnOff" , items : [ { attribute : "onOff" , min : 0 , max : 3600 , change : 0 } ] } ] ,
29262922 2 : [ ] ,
29272923 } ,
29282924 } ) ;
@@ -3042,10 +3038,7 @@ describe("Inovelli VZM36 definition integration", () => {
30423038 writeCount : { 1 : 0 , 2 : 0 } ,
30433039 // light() configures onOff reporting on EP1; fan() configures onOff reporting on EP2.
30443040 configureReporting : {
3045- 1 : [
3046- { cluster : "genOnOff" , items : [ { attribute : "onOff" , min : 0 , max : 3600 , change : 0 } ] } ,
3047- { cluster : "manuSpecificInovelli" , items : [ { attribute : 32 , min : 1800 , max : 3600 , change : 5 } ] } ,
3048- ] ,
3041+ 1 : [ { cluster : "genOnOff" , items : [ { attribute : "onOff" , min : 0 , max : 3600 , change : 0 } ] } ] ,
30493042 2 : [ { cluster : "genOnOff" , items : [ { attribute : "onOff" , min : 0 , max : 3600 , change : 0 } ] } ] ,
30503043 } ,
30513044 } ) ;
0 commit comments