Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX TSTST-2.2 script #20166

Merged
merged 14 commits into from
Jul 14, 2022
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ compile_commands.json
*~

# log files
*.log
*.log
examples/thermostat/ameba/build
36 changes: 13 additions & 23 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -604,12 +604,18 @@ PICS:
- label: "Does the device implement the ResetWaterMarks command?"
id: DGSW.S.C00

# Thermostat cluster
- label: "Does the device implement the OccupiedCoolingSetpoint attribute"
id: A_OCCUPIEDCOOLINGSETPOINT
# Thermostat cluster
- label: "Does the device implement the Heating feature"
id: TSTAT.S.F00

- label: "Does the device implement the Cooling feature"
id: TSTAT.S.F01

- label: "Does the device implement the Occupancy feature"
id: TSTAT.S.F02

- label: "Does the device implement the OccupiedHeatingSetpoint attribute"
id: A_OCCUPIEDHEATINGSETPOINT
- label: "Does the device implement the Auto feature"
id: TSTAT.S.F05

- label: "Does the device implement the MinHeatSetpointLimit attribute"
id: A_MINHEATSETPOINTLIMIT
Expand All @@ -623,24 +629,8 @@ PICS:
- label: "Does the device implement the MaxCoolSetpointLimit attribute"
id: A_MAXCOOLSETPOINTLIMIT

- label:
"Does the device implement the ControlSequenceOfOperation attribute"
id: A_CONTROLSEQUENCEOFOPERATION

- label:
"Does the device implement receiving the SetpointRaiseLower command?"
id: CR_SetpointRaiseLower

- label:
"Does the device implement the UnoccupiedCoolingSetpoint attribute?"
id: A_UNOCCUPIEDCOOLINGSETPOINT

- label:
"Does the device implement the UnoccupiedHeatingSetpoint attribute?"
id: A_UNOCCUPIEDHEATINGSETPOINT

- label: "Does the device implement the MinSetpointDeadBand attribute?"
id: A_MINSETPOINTDEADBAND
- label: "Does the device implement the Tolerance attribute?"
id: A_TEMPERATURE_TOLERANCE

- label: "Does the device implement the LocalTemperature attribute?"
id: TSTAT.S.A0000
Expand Down
3 changes: 0 additions & 3 deletions src/app/tests/suites/certification/Test_TC_TSTAT_1_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ tests:
type: uint16

- label: "Read the optional global attribute constraints: FeatureMap"
PICS:
TSTAT.S.F00 || TSTAT.S.F01 || TSTAT.S.F02 || TSTAT.S.F03 ||
TSTAT.S.F04 || TSTAT.S.F05
command: "readAttribute"
attribute: "FeatureMap"
response:
Expand Down
Loading