File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,10 @@ async def test_TC_TIMESYNC_2_1(self):
51
51
self .supports_ntps = bool (features & Clusters .TimeSynchronization .Bitmaps .Feature .kNTPServer )
52
52
self .supports_trusted_time_source = bool (features & Clusters .TimeSynchronization .Bitmaps .Feature .kTimeSyncClient )
53
53
54
- time_cluster = Clusters .Objects . TimeSynchronization
55
- timesync_attr_list = Clusters . Objects . TimeSynchronization .Attributes .AttributeList
54
+ time_cluster = Clusters .TimeSynchronization
55
+ timesync_attr_list = time_cluster .Attributes .AttributeList
56
56
attribute_list = await self .read_single_attribute_check_success (endpoint = endpoint , cluster = time_cluster , attribute = timesync_attr_list )
57
- timesource_attr_id = Clusters . Objects . TimeSynchronization .Attributes .TimeSource .attribute_id
57
+ timesource_attr_id = time_cluster .Attributes .TimeSource .attribute_id
58
58
59
59
self .print_step (1 , "Commissioning, already done" )
60
60
attributes = Clusters .TimeSynchronization .Attributes
You can’t perform that action at this time.
0 commit comments