Skip to content

Commit 69ffe9f

Browse files
committed
it's nice to add ALL the changes before uploading
1 parent ed14b0b commit 69ffe9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_DeviceConformance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def record_warning(location, problem):
7878
allow_provisional = self.user_params.get("allow_provisional", False)
7979
# TODO: automate this once https://github.com/csa-data-model/projects/issues/454 is done.
8080
provisional_cluster_ids = [Clusters.ContentControl.id, Clusters.ScenesManagement.id, Clusters.BallastConfiguration.id,
81-
Clusters.EnergyPreference.id, Clusters.DeviceEnergyManagement.id, Clusters.DeviceEnergyManagementMode.id, Clusters.PulseWidthModulation.id
81+
Clusters.EnergyPreference.id, Clusters.DeviceEnergyManagement.id, Clusters.DeviceEnergyManagementMode.id, Clusters.PulseWidthModulation.id,
8282
Clusters.ProxyConfiguration.id, Clusters.ProxyDiscovery.id, Clusters.ProxyValid.id]
8383
for endpoint_id, endpoint in self.endpoints_tlv.items():
8484
for cluster_id, cluster in endpoint.items():

0 commit comments

Comments
 (0)