File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,17 @@ const definitions: DefinitionWithExtend[] = [
126
126
device . powerSource = 'Battery' ;
127
127
device . save ( ) ;
128
128
} ,
129
+ extend : [
130
+ deviceAddCustomCluster ( '3rMotionSpecialCluster' , {
131
+ ID : 0xff01 ,
132
+ manufacturerCode : 0x1233 ,
133
+ attributes : {
134
+ CoolDownTime : { ID : 0x0001 , type : Zcl . DataType . UINT16 } ,
135
+ } ,
136
+ commands : { } ,
137
+ commandsResponse : { } ,
138
+ } ) ,
139
+ ] ,
129
140
} ,
130
141
{
131
142
zigbeeModel : [ '3RDS17BZ' ] ,
@@ -142,6 +153,17 @@ const definitions: DefinitionWithExtend[] = [
142
153
device . powerSource = 'Battery' ;
143
154
device . save ( ) ;
144
155
} ,
156
+ extend : [
157
+ deviceAddCustomCluster ( '3rDoorSpecialCluster' , {
158
+ ID : 0xff01 ,
159
+ manufacturerCode : 0x1233 ,
160
+ attributes : {
161
+ DelayOpenAttrId : { ID : 0x0000 , type : Zcl . DataType . UINT16 } ,
162
+ } ,
163
+ commands : { } ,
164
+ commandsResponse : { } ,
165
+ } ) ,
166
+ ] ,
145
167
} ,
146
168
{
147
169
zigbeeModel : [ '3RDTS01056Z' ] ,
You can’t perform that action at this time.
0 commit comments