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 @@ -198,7 +198,7 @@ MatterFanControlClusterServerPreAttributeChangedCallback(const ConcreteAttribute
198
198
}
199
199
else
200
200
{
201
- res = Status::WriteIgnored ;
201
+ res = Status::InvalidInState ;
202
202
}
203
203
}
204
204
else
@@ -234,7 +234,7 @@ MatterFanControlClusterServerPreAttributeChangedCallback(const ConcreteAttribute
234
234
}
235
235
else
236
236
{
237
- res = Status::WriteIgnored ;
237
+ res = Status::InvalidInState ;
238
238
}
239
239
}
240
240
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