Skip to content

Commit d509269

Browse files
committed
Modified return value as per spec
1 parent 41b6830 commit d509269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/clusters/fan-control-server/fan-control-server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ MatterFanControlClusterServerPreAttributeChangedCallback(const ConcreteAttribute
234234
}
235235
else
236236
{
237-
res = Status::WriteIgnored;
237+
res = Status::InvalidInState;
238238
}
239239
}
240240
else

0 commit comments

Comments
 (0)