Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Jan 13, 2025
1 parent 542d7ec commit eeba018
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 5 deletions.
69 changes: 69 additions & 0 deletions format.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
From d15282e64506cb8d43f79b6e06029d23a2d14699 Mon Sep 17 00:00:00 2001
From: "Restyled.io" <[email protected]>
Date: Mon, 13 Jan 2025 18:53:53 +0000
Subject: [PATCH] Restyled by prettier-yaml

---
src/app/tests/suites/certification/PICS.yaml | 7 +++++--
.../suites/certification/Test_TC_TSTAT_2_1.yaml | 12 +++++++++---
2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/src/app/tests/suites/certification/PICS.yaml b/src/app/tests/suites/certification/PICS.yaml
index c748234b..9faf23bd 100644
--- a/src/app/tests/suites/certification/PICS.yaml
+++ b/src/app/tests/suites/certification/PICS.yaml
@@ -6498,10 +6498,13 @@ PICS:
- label: "Does the device implement the NumberOfSchedules attribute?"
id: TSTAT.S.A004b

- - label: "Does the device implement the NumberOfScheduleTransitions attribute?"
+ - label:
+ "Does the device implement the NumberOfScheduleTransitions attribute?"
id: TSTAT.S.A004c

- - label: "Does the device implement the NumberOfScheduleTransitionPerDay attribute?"
+ - label:
+ "Does the device implement the NumberOfScheduleTransitionPerDay
+ attribute?"
id: TSTAT.S.A004d

- label: "Does the device implement the ActivePresetHandle attribute?"
diff --git a/src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml b/src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml
index 6d343860..8bd64481 100644
--- a/src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml
+++ b/src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml
@@ -763,7 +763,9 @@ tests:
constraints:
type: int8u

- - label: "Step 56: TH reads the NumberOfScheduleTransitions attribute from the DUT"
+ - label:
+ "Step 56: TH reads the NumberOfScheduleTransitions attribute from the
+ DUT"
PICS: TSTAT.S.F07 && TSTAT.S.A004c
command: "readAttribute"
attribute: "NumberOfScheduleTransitions"
@@ -771,7 +773,9 @@ tests:
constraints:
type: int8u

- - label: "Step 57: TH reads the NumberOfScheduleTransitionPerDay attribute from the DUT"
+ - label:
+ "Step 57: TH reads the NumberOfScheduleTransitionPerDay attribute from
+ the DUT"
PICS: TSTAT.S.F07 && TSTAT.S.A004d
command: "readAttribute"
attribute: "NumberOfScheduleTransitionPerDay"
@@ -811,7 +815,9 @@ tests:
constraints:
type: list

- - label: "Step 62: TH reads the SetpointHoldExpiryTimestamp attribute from the DUT"
+ - label:
+ "Step 62: TH reads the SetpointHoldExpiryTimestamp attribute from the
+ DUT"
PICS: TSTAT.S.A0052
command: "readAttribute"
attribute: "SetpointHoldExpiryTimestamp"
--
2.47.1
7 changes: 5 additions & 2 deletions src/app/tests/suites/certification/PICS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6498,10 +6498,13 @@ PICS:
- label: "Does the device implement the NumberOfSchedules attribute?"
id: TSTAT.S.A004b

- label: "Does the device implement the NumberOfScheduleTransitions attribute?"
- label:
"Does the device implement the NumberOfScheduleTransitions attribute?"
id: TSTAT.S.A004c

- label: "Does the device implement the NumberOfScheduleTransitionPerDay attribute?"
- label:
"Does the device implement the NumberOfScheduleTransitionPerDay
attribute?"
id: TSTAT.S.A004d

- label: "Does the device implement the ActivePresetHandle attribute?"
Expand Down
12 changes: 9 additions & 3 deletions src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -763,15 +763,19 @@ tests:
constraints:
type: int8u

- label: "Step 56: TH reads the NumberOfScheduleTransitions attribute from the DUT"
- label:
"Step 56: TH reads the NumberOfScheduleTransitions attribute from the
DUT"
PICS: TSTAT.S.F07 && TSTAT.S.A004c
command: "readAttribute"
attribute: "NumberOfScheduleTransitions"
response:
constraints:
type: int8u

- label: "Step 57: TH reads the NumberOfScheduleTransitionPerDay attribute from the DUT"
- label:
"Step 57: TH reads the NumberOfScheduleTransitionPerDay attribute from
the DUT"
PICS: TSTAT.S.F07 && TSTAT.S.A004d
command: "readAttribute"
attribute: "NumberOfScheduleTransitionPerDay"
Expand Down Expand Up @@ -811,7 +815,9 @@ tests:
constraints:
type: list

- label: "Step 62: TH reads the SetpointHoldExpiryTimestamp attribute from the DUT"
- label:
"Step 62: TH reads the SetpointHoldExpiryTimestamp attribute from the
DUT"
PICS: TSTAT.S.A0052
command: "readAttribute"
attribute: "SetpointHoldExpiryTimestamp"
Expand Down

0 comments on commit eeba018

Please sign in to comment.