You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestStep("1", "Commission DUT to TH (can be skipped if done in a preceding test)."),
54
-
TestStep("2", "TH reads from the DUT FeatureMap attribute.",
55
-
"Store the value as FeatureMap."),
54
+
TestStep("2", "TH reads from the DUT the FeatureMap attribute.",
55
+
"Verify that the DUT response contains the FeatureMap attribute. Store the value as FeatureMap."),
56
56
TestStep("3", "TH reads from the DUT the HeaterTypes attribute.",
57
57
"Verify that the DUT response contains a WaterHeaterTypeBitmap (enum8) greater than 0x00 (at least one type supported), and less than 0x20 (no undefined types supported)"),
58
58
TestStep("4", "TH reads from the DUT the HeatDemand attribute.",
59
-
"Verify that the DUT response contains a WaterHeaterDemandBitmap (enum8)."),
59
+
"Verify that the DUT response contains a WaterHeaterDemandBitmap (enum8) value less than 0x20 (no undefined types supported)."),
60
60
TestStep("5", "TH reads from the DUT the TankVolume attribute.",
61
61
"Verify that the DUT response contains a uint16 value."),
62
62
TestStep("6", "TH reads from the DUT the EstimatedHeatRequired attribute.",
63
-
"Verify that the DUT response contains an energy-mWh value."),
63
+
"Verify that the DUT response contains an energy-mWh value that is greater or equal to 0."),
64
64
TestStep("7", "TH reads from the DUT the TankPercentage attribute.",
65
-
"Verify that the DUT response contains a percent value."),
65
+
"Verify that the DUT response contains a percent value that is between 0 and 100."),
66
66
TestStep("8", "TH reads from the DUT the BoostState attribute.",
67
-
"Verify that the DUT response contains a BoostStateEnum (enum8) value."),
67
+
"Verify that the DUT response contains a BoostStateEnum (enum8) value that is less than or equal to 1."),
0 commit comments