blob: cd3f26b7e59bb5648e4177b21aff5e557e4ef066 [file] [log] [blame]
# Copyright (c) 2024 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: 263.1.1. [TC-MWOCTRL-2.1] Primary functionality with DUT as Server
PICS:
- MWOCTRL.S
config:
nodeId: 0x12344321
cluster: "Microwave Oven Control"
endpoint: 1
tests:
- label: "Step 1: Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
command: "WaitForCommissionee"
arguments:
values:
- name: "nodeId"
value: nodeId
- label: "Step 2: Read the MaxCookTime attribute"
command: "readAttribute"
attribute: "MaxCookTime"
response:
saveAs: MaxCookTimeValue
constraints:
type: elapsed_s
minValue: 1
maxValue: 86400
- label: "Step 3: Read the CookTime attribute"
command: "readAttribute"
attribute: "CookTime"
response:
constraints:
type: elapsed_s
minValue: 1
maxValue: MaxCookTimeValue
- label: "Step 4: Send the SetCookingParameters command"
command: "SetCookingParameters"
arguments:
values:
- name: CookTime
value: 60
- label: "Step 5: Read the CookTime attribute"
command: "readAttribute"
attribute: "CookTime"
response:
value: 60
constraints:
type: elapsed_s
- label: "Step 6: Read the WattRating attribute"
PICS: MWOCTRL.S.A0008
command: "readAttribute"
attribute: "WattRating"
response:
constraints:
type: int16u