blob: 6e4abf0164b7ef214ffdccbc8abed6e972c37d83 [file] [log] [blame]
# Copyright (c) 2022 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: Fan Control Cluster Tests
config:
nodeId: 0x12344321
cluster: "Fan Control"
endpoint: 1
tests:
- label: "Wait for the commissioned device to be retrieved"
cluster: "DelayCommands"
command: "WaitForCommissionee"
arguments:
values:
- name: "nodeId"
value: nodeId
- label: "Write fan mode"
command: "writeAttribute"
attribute: "fan mode"
arguments:
value: 3
- label: "Read back fan mode"
command: "readAttribute"
attribute: "fan mode"
response:
value: 3
- label: "Write fan mode sequence"
command: "writeAttribute"
attribute: "fan mode sequence"
arguments:
value: 5
- label: "Read back fan mode sequence"
command: "readAttribute"
attribute: "fan mode sequence"
response:
value: 5
- label: "Write percent setting"
command: "writeAttribute"
attribute: "percent setting"
arguments:
value: 84
- label: "Read back percent setting"
command: "readAttribute"
attribute: "percent setting"
response:
value: 84
- label: "Read back speed setting"
command: "readAttribute"
attribute: "speed setting"
response:
value: 84
- label: "Read back speed current"
command: "readAttribute"
attribute: "speed current"
response:
value: 84
- label: "Write percent setting"
command: "writeAttribute"
attribute: "percent setting"
arguments:
value: null
- label: "Read back percent setting"
command: "readAttribute"
attribute: "percent setting"
response:
value: 84
- label: "Write speed setting"
command: "writeAttribute"
attribute: "speed setting"
arguments:
value: 73
- label: "Read back speed setting"
command: "readAttribute"
attribute: "speed setting"
response:
value: 73
- label: "Read back percent setting"
command: "readAttribute"
attribute: "percent setting"
response:
value: 73
- label: "Read back percent current"
command: "readAttribute"
attribute: "percent current"
response:
value: 73
- label: "Write speed setting"
command: "writeAttribute"
attribute: "speed setting"
arguments:
value: null
- label: "Read back speed setting"
command: "readAttribute"
attribute: "speed setting"
response:
value: 73
- label: "Write fan mode"
command: "writeAttribute"
attribute: "fan mode"
arguments:
value: 0x00
- label: "Read back percent setting"
command: "readAttribute"
attribute: "percent setting"
response:
value: 0
- label: "Read back percent current"
command: "readAttribute"
attribute: "percent current"
response:
value: 0
- label: "Read back speed setting"
command: "readAttribute"
attribute: "speed setting"
response:
value: 0
- label: "Read back speed current"
command: "readAttribute"
attribute: "speed current"
response:
value: 0
- label: "Write fan mode"
command: "writeAttribute"
attribute: "fan mode"
arguments:
value: 0x05
- label: "Read back percent setting"
command: "readAttribute"
attribute: "percent setting"
response:
value: null
- label: "Read back speed setting"
command: "readAttribute"
attribute: "speed setting"
response:
value: null