Skip to content

Commit

Permalink
Reverted the mode select test to v1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hicklin committed Jun 15, 2023
1 parent 4843b08 commit 3970818
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions src/app/tests/suites/TestModeSelectCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,31 @@ tests:
response:
value: "Coffee"

- label: "Read StandardNamespace"
command: "readAttribute"
attribute: "StandardNamespace"
response:
value: 0

- label: "Read SupportedModes"
command: "readAttribute"
attribute: "SupportedModes"
response:
value:
[
{ Label: "Black", Mode: 0, ModeTags: [{ "Value": 0 }] },
{ Label: "Cappuccino", Mode: 4, ModeTags: [{ "Value": 0 }] },
{ Label: "Espresso", Mode: 7, ModeTags: [{ "Value": 0 }] },
]
constraints:
value:
[
{ Label: "Black", Mode: 0, SemanticTags: [{ "Value": 0 }] },
{
Label: "Cappuccino",
Mode: 4,
SemanticTags: [{ "Value": 0 }],
},
{
Label: "Espresso",
Mode: 7,
SemanticTags: [{ "Value": 0 }],
},
]
constraints:
type: list
minLength: 3
maxLength: 3
Expand Down

0 comments on commit 3970818

Please sign in to comment.