We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6750940 commit 8d8b36fCopy full SHA for 8d8b36f
src/python_testing/TC_CNET_4_1.py
@@ -156,6 +156,8 @@ async def test_TC_CNET_4_1(self):
156
supported_wifi_bands = await self.read_single_attribute_check_success(
157
cluster=Clusters.NetworkCommissioning,
158
attribute=Clusters.NetworkCommissioning.Attributes.SupportedWiFiBands)
159
+ matter_asserts.assert_list_element_type(supported_wifi_bands, Clusters.NetworkCommissioning.Enums.WiFiBandEnum,
160
+ "Verify that SupportedWiFiBands attribute value has 1 or more entries, all of which are in the range of WiFiBandEnum.")
161
162
163
if __name__ == "__main__":
0 commit comments