We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3cb7c7 commit e904071Copy full SHA for e904071
src/python_testing/TC_MWOCTRL_2_2.py
@@ -92,7 +92,6 @@ async def test_TC_MWOCTRL_2_2(self):
92
attributes = Clusters.MicrowaveOvenControl.Attributes
93
feature_map = await self.read_mwoctrl_attribute_expect_success(endpoint=endpoint, attribute=attributes.FeatureMap)
94
features = Clusters.MicrowaveOvenControl.Bitmaps.Feature
95
- commands = Clusters.Objects.MicrowaveOvenControl.Commands
96
97
if not feature_map & features.kPowerAsNumber:
98
logging.info("PWRNUM is not supported so skipping remaining test steps")
0 commit comments