@@ -477,14 +477,14 @@ export const definitions: DefinitionWithExtend[] = [
477
477
model : "SR-ZG2835RAC-UK" ,
478
478
vendor : "Sunricher" ,
479
479
description : "Push compatible zigBee knob smart dimmer" ,
480
- extend : [ m . light ( ) , m . electricityMeter ( ) , sunricher . extend . externalSwitchType ( ) ] ,
480
+ extend : [ m . light ( { configureReporting : true } ) , m . electricityMeter ( ) , sunricher . extend . externalSwitchType ( ) ] ,
481
481
} ,
482
482
{
483
483
zigbeeModel : [ "ZG2837RAC-K4" ] ,
484
484
model : "SR-ZG2835RAC-NK4" ,
485
485
vendor : "Sunricher" ,
486
486
description : "4-Key zigbee rotary & push button smart dimmer" ,
487
- extend : [ m . light ( ) , m . electricityMeter ( ) , m . commandsScenes ( ) ] ,
487
+ extend : [ m . light ( { configureReporting : true } ) , m . electricityMeter ( ) , m . commandsScenes ( ) ] ,
488
488
} ,
489
489
{
490
490
zigbeeModel : [ "HK-ZRC-K5&RS-TL" ] ,
@@ -751,7 +751,7 @@ export const definitions: DefinitionWithExtend[] = [
751
751
access : "ALL" ,
752
752
} ) ,
753
753
m . deviceEndpoints ( { endpoints : { "1" : 1 , "2" : 2 , "3" : 3 } } ) ,
754
- m . light ( ) ,
754
+ m . light ( { configureReporting : true } ) ,
755
755
m . occupancy ( { endpointNames : [ "2" ] } ) ,
756
756
m . illuminance ( { endpointNames : [ "3" ] } ) ,
757
757
m . commandsOnOff ( ) ,
@@ -895,7 +895,7 @@ export const definitions: DefinitionWithExtend[] = [
895
895
model : "HK-ZD-CCT-A" ,
896
896
vendor : "Sunricher" ,
897
897
description : "50W Zigbee CCT LED driver (constant current)" ,
898
- extend : [ m . light ( { colorTemp : { range : [ 160 , 450 ] } } ) ] ,
898
+ extend : [ m . light ( { colorTemp : { range : [ 160 , 450 ] } , configureReporting : true } ) ] ,
899
899
} ,
900
900
{
901
901
zigbeeModel : [ "ZGRC-KEY-004" ] ,
@@ -1052,7 +1052,7 @@ export const definitions: DefinitionWithExtend[] = [
1052
1052
model : "ZG192910-4" ,
1053
1053
vendor : "Sunricher" ,
1054
1054
description : "Zigbee LED-controller" ,
1055
- extend : [ m . light ( { colorTemp : { range : undefined } } ) ] ,
1055
+ extend : [ m . light ( { colorTemp : { range : undefined } , configureReporting : true } ) ] ,
1056
1056
} ,
1057
1057
{
1058
1058
zigbeeModel : [ "ZG9101SAC-HP" ] ,
@@ -1107,21 +1107,21 @@ export const definitions: DefinitionWithExtend[] = [
1107
1107
model : "SRP-ZG9105-CC" ,
1108
1108
vendor : "Sunricher" ,
1109
1109
description : "Constant Current Zigbee LED dimmable driver" ,
1110
- extend : [ m . light ( ) ] ,
1110
+ extend : [ m . light ( { configureReporting : true } ) , sunricher . extend . externalSwitchType ( ) ] ,
1111
1111
} ,
1112
1112
{
1113
1113
fingerprint : [ { modelID : "HK-ZD-DIM-A" , softwareBuildID : "2.9.2_r72" } ] ,
1114
1114
model : "SR-ZG9101CS" ,
1115
1115
vendor : "Sunricher" ,
1116
1116
description : "Constant Current Zigbee LED dimmable driver" ,
1117
- extend : [ m . light ( { configureReporting : true } ) ] ,
1117
+ extend : [ m . light ( { configureReporting : true } ) , sunricher . extend . externalSwitchType ( ) ] ,
1118
1118
} ,
1119
1119
{
1120
1120
zigbeeModel : [ "HK-DIM" ] ,
1121
1121
model : "50208702" ,
1122
1122
vendor : "Sunricher" ,
1123
1123
description : "LED dimmable driver" ,
1124
- extend : [ m . light ( ) ] ,
1124
+ extend : [ m . light ( { configureReporting : true } ) ] ,
1125
1125
whiteLabel : [ { vendor : "Yphix" , model : "50208702" } ] ,
1126
1126
toZigbee : [ sunricher . tz . setModel ] ,
1127
1127
// Some ZG9030A-MW devices were mistakenly set with the modelId HK-DIM during manufacturing.
0 commit comments