From 6cc6bfbc6d7c3c85e3718d0d3ad567cf9a0d5ec9 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Mon, 28 Jan 2019 15:37:38 +0100 Subject: [PATCH] FlowerCare: Add unit to conductivity sensor --- flowercare/devicepluginflowercare.json | 1 + 1 file changed, 1 insertion(+) diff --git a/flowercare/devicepluginflowercare.json b/flowercare/devicepluginflowercare.json index c7dc0763..ef1d47e3 100644 --- a/flowercare/devicepluginflowercare.json +++ b/flowercare/devicepluginflowercare.json @@ -92,6 +92,7 @@ "displayName": "Conductivity", "displayNameEvent": "Conductivity changed", "type": "double", + "unit": "MicroSiemensPerCentimeter", "defaultValue": 0 } ]