From 93a24b08a6c5d3e35fa86ade676755cfb4a7f94a Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 7 Nov 2022 16:36:58 +0100 Subject: [PATCH] AQI: Reorder interfaces based on their relevancy The ordering of the interfaces is used by the app to determine best matches for a particular use case. The AQI plugin is most likely to be relevant for use cases regarding particulate matter measurement. --- aqi/integrationpluginaqi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqi/integrationpluginaqi.json b/aqi/integrationpluginaqi.json index fb21aaaa..dbf88b1c 100644 --- a/aqi/integrationpluginaqi.json +++ b/aqi/integrationpluginaqi.json @@ -22,7 +22,7 @@ "id": "23ea32c9-38b0-4155-bacc-3afa8c09f6ee", "name": "airQualityIndex", "displayName": "Air quality index", - "interfaces": ["o3sensor", "cosensor", "no2sensor", "pm10sensor", "pm25sensor", "windspeedsensor", "humiditysensor", "pressuresensor", "temperaturesensor", "connectable"], + "interfaces": ["pm25sensor", "pm10sensor", "cosensor", "no2sensor", "o3sensor", "temperaturesensor", "humiditysensor", "pressuresensor", "windspeedsensor", "connectable"], "createMethods": ["discovery", "user"], "paramTypes": [ {