File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def check_report_counts(attr: ClusterObjects.ClusterAttributeDescriptor):
173
173
self .skip_step (15 )
174
174
else :
175
175
self .step (10 )
176
- cmd = cc .Commands .MoveToHue (hue = 254 , transitionTime = 100 , direction = cc .Enums .HueDirection . kShortestDistance )
176
+ cmd = cc .Commands .MoveToHue (hue = 254 , transitionTime = 100 , direction = cc .Enums .DirectionEnum . kShortest )
177
177
await self .send_single_cmd (cmd )
178
178
179
179
self .step (11 )
@@ -228,7 +228,7 @@ def check_report_counts(attr: ClusterObjects.ClusterAttributeDescriptor):
228
228
else :
229
229
self .step (23 )
230
230
cmd = cc .Commands .EnhancedMoveToHue (enhancedHue = 0 , transitionTime = 100 ,
231
- direction = cc .Enums .HueDirection . kShortestDistance )
231
+ direction = cc .Enums .DirectionEnum . kShortest )
232
232
await self .send_single_cmd (cmd )
233
233
234
234
self .step (24 )
You can’t perform that action at this time.
0 commit comments