Skip to content

Commit

Permalink
Fix serverLocked setting for cook surface
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-whirlpool authored and Tony Perkins committed Jan 19, 2024
1 parent bca33e4 commit d198b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2375,7 +2375,7 @@ limitations under the License.
<clusters lockOthers="true">
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
</include>
<include cluster="Temperature Control" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Temperature Control" client="false" server="true" clientLocked="true" serverLocked="false"></include>
<include cluster="Temperature Measurement" client="false" server="false" clientLocked="true" serverLocked="false"></include>
</clusters>
</deviceType>
Expand Down

0 comments on commit d198b9b

Please sign in to comment.