From 0a490855207357a31698bbfe25bf79a5d58255c4 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 } ]