File tree 2 files changed +6
-2
lines changed
clusters/fan-control-server
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ MatterFanControlClusterServerPreAttributeChangedCallback(const ConcreteAttribute
212
212
}
213
213
else
214
214
{
215
- res = Status::WriteIgnored ;
215
+ res = Status::InvalidInState ;
216
216
}
217
217
}
218
218
else
@@ -252,7 +252,7 @@ MatterFanControlClusterServerPreAttributeChangedCallback(const ConcreteAttribute
252
252
}
253
253
else
254
254
{
255
- res = Status::WriteIgnored ;
255
+ res = Status::InvalidInState ;
256
256
}
257
257
}
258
258
else
Original file line number Diff line number Diff line change 69
69
attribute : " PercentSetting"
70
70
arguments :
71
71
value : null
72
+ response :
73
+ error : INVALID_IN_STATE
72
74
73
75
- label : " Read back percent setting"
74
76
command : " readAttribute"
@@ -105,6 +107,8 @@ tests:
105
107
attribute : " SpeedSetting"
106
108
arguments :
107
109
value : null
110
+ response :
111
+ error : INVALID_IN_STATE
108
112
109
113
- label : " Read back speed setting"
110
114
command : " readAttribute"
You can’t perform that action at this time.
0 commit comments