File tree 4 files changed +4
-21
lines changed
4 files changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,4 @@ chip_enable_icd_server = true
31
31
chip_subscription_timeout_resumption = true
32
32
chip_icd_report_on_active_mode = true
33
33
chip_enable_icd_lit = true
34
+ chip_enable_icd_dsls = true
Original file line number Diff line number Diff line change @@ -2106,7 +2106,7 @@ endpoint 0 {
2106
2106
callback attribute acceptedCommandList;
2107
2107
callback attribute eventList;
2108
2108
callback attribute attributeList;
2109
- ram attribute featureMap default = 0x0007 ;
2109
+ ram attribute featureMap default = 0x000F ;
2110
2110
ram attribute clusterRevision default = 3;
2111
2111
2112
2112
handle command RegisterClient;
Original file line number Diff line number Diff line change 913
913
" isIncoming" : 0 ,
914
914
" isEnabled" : 1
915
915
}
916
- ],
917
- " attributes" : [
918
- {
919
- " name" : " ClusterRevision" ,
920
- " code" : 65533 ,
921
- " mfgCode" : null,
922
- " side" : " client" ,
923
- " type" : " int16u" ,
924
- " included" : 1 ,
925
- " storageOption" : " RAM" ,
926
- " singleton" : 0 ,
927
- " bounded" : 0 ,
928
- " defaultValue" : " 1" ,
929
- " reportable" : 1 ,
930
- " minInterval" : 0 ,
931
- " maxInterval" : 65344 ,
932
- " reportableChange" : 0
933
- }
934
916
]
935
917
},
936
918
{
3642
3624
" storageOption" : " RAM" ,
3643
3625
" singleton" : 0 ,
3644
3626
" bounded" : 0 ,
3645
- " defaultValue" : " 0x0007 " ,
3627
+ " defaultValue" : " 0x000F " ,
3646
3628
" reportable" : 1 ,
3647
3629
" minInterval" : 1 ,
3648
3630
" maxInterval" : 65534 ,
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ tests:
115
115
command : " readAttribute"
116
116
attribute : " FeatureMap"
117
117
response :
118
- value : 0x07
118
+ value : 0x0F
119
119
120
120
- label : " Read IdleModeDuration"
121
121
command : " readAttribute"
You can’t perform that action at this time.
0 commit comments