Skip to content

Commit

Permalink
Added BOOLCFG to PICS.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneJosefsen committed Jan 16, 2024
1 parent bb1ab19 commit 6eceb50
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9355,3 +9355,69 @@ PICS:

- label: "Does the device implement sending the Resume command?"
id: RVCOPSTATE.C.C04.Tx

#
#Boolean State Configuration
#
- label:
"Does the device implement the Boolean State Configuration cluster as
a server?"
id: BOOLCFG.S

#Features
- label: "Does the device support visual alarms?"
id: BOOLCFG.S.F00

- label: "Does the device support audible alarms??"
id: BOOLCFG.S.F01

- label:
"Does the device support the ability to suppress or acknowledge
alarms?"
id: BOOLCFG.S.F02

- label:
"Does the device support the ability to set level of threshold
detection sensitivity?"
id: BOOLCFG.S.F03

#Attributes
- label: "Does the device implement the CurrentSensitivityLevel attribute?"
id: BOOLCFG.S.A0000

- label:
"Does the device implement the SupportedSensitivityLevels attribute?"
id: BOOLCFG.S.A0001

- label: "Does the device implement the DefaultSensitivityLevel attribute?"
id: BOOLCFG.S.A0002

- label: "Does the device implement the AlarmsActive attribute?"
id: BOOLCFG.S.A0003

- label: "Does the device implement the AlarmsSuppressed attribute?"
id: BOOLCFG.S.A0004

- label: "Does the device implement the AlarmsEnabled attribute?"
id: BOOLCFG.S.A0005

- label: "Does the device implement the AlarmsSupported attribute?"
id: BOOLCFG.S.A0006

- label: "Does the device implement the SensorFault attribute?"
id: BOOLCFG.S.A0007

#Commands received
- label: "Does the device implement receiving the SuppressAlarm command?"
id: BOOLCFG.S.C00.Rsp

- label:
"Does the device implement receiving the EnableDisableAlarm command?"
id: BOOLCFG.S.C01.Rsp

#Events
- label: "Does the device implement the AlarmsStateChanged event?"
id: BOOLCFG.S.E00

- label: "Does the device implement the SensorFault event?"
id: BOOLCFG.S.E01

0 comments on commit 6eceb50

Please sign in to comment.