We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4b219 commit 71708d1Copy full SHA for 71708d1
src/python_testing/TC_TCTL_2_3.py
@@ -73,7 +73,7 @@ async def test_TC_TCTL_2_3(self):
73
74
# Step 3: Read SupportedTemperatureLevels attribute
75
self.step(3)
76
- if self.check_pics("TCTL.S.A0004"): # SupportedTemperatureLevels attribute
+ if self.check_pics("TCTL.S.A0005"): # SupportedTemperatureLevels attribute
77
supported_temps = await self.default_controller.ReadAttribute(
78
nodeid=self.dut_node_id,
79
attributes=[(1, Clusters.TemperatureControl.Attributes.SupportedTemperatureLevels)]
0 commit comments