We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed14b0b commit 69ffe9fCopy full SHA for 69ffe9f
src/python_testing/TC_DeviceConformance.py
@@ -78,7 +78,7 @@ def record_warning(location, problem):
78
allow_provisional = self.user_params.get("allow_provisional", False)
79
# TODO: automate this once https://github.com/csa-data-model/projects/issues/454 is done.
80
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
+ Clusters.EnergyPreference.id, Clusters.DeviceEnergyManagement.id, Clusters.DeviceEnergyManagementMode.id, Clusters.PulseWidthModulation.id,
82
Clusters.ProxyConfiguration.id, Clusters.ProxyDiscovery.id, Clusters.ProxyValid.id]
83
for endpoint_id, endpoint in self.endpoints_tlv.items():
84
for cluster_id, cluster in endpoint.items():
0 commit comments