File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class SP120(CustomDevice):
5252 signature = {
5353 ENDPOINTS : {
5454 1 : {
55- PROFILE_ID : 49246 ,
55+ PROFILE_ID : zll . PROFILE_ID ,
5656 DEVICE_TYPE : zll .DeviceType .ON_OFF_PLUGIN_UNIT ,
5757 INPUT_CLUSTERS : [
5858 Basic .cluster_id ,
@@ -72,7 +72,7 @@ class SP120(CustomDevice):
7272 ],
7373 },
7474 2 : {
75- PROFILE_ID : 49246 ,
75+ PROFILE_ID : zll . PROFILE_ID ,
7676 DEVICE_TYPE : 0x1000 ,
7777 INPUT_CLUSTERS : [
7878 LightLink .cluster_id ,
@@ -86,7 +86,7 @@ class SP120(CustomDevice):
8686 replacement = {
8787 ENDPOINTS : {
8888 1 : {
89- PROFILE_ID : 0x0104 ,
89+ PROFILE_ID : zll . PROFILE_ID ,
9090 DEVICE_TYPE : zll .DeviceType .ON_OFF_PLUGIN_UNIT ,
9191 INPUT_CLUSTERS : [
9292 Basic .cluster_id ,
@@ -106,7 +106,7 @@ class SP120(CustomDevice):
106106 ],
107107 },
108108 2 : {
109- PROFILE_ID : 49246 ,
109+ PROFILE_ID : zll . PROFILE_ID ,
110110 DEVICE_TYPE : 0x1000 ,
111111 INPUT_CLUSTERS : [
112112 LightLink .cluster_id ,
You can’t perform that action at this time.
0 commit comments