From c5ae84f5dc801e92ef9306e04e4551de2dedf552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 28 Oct 2021 08:09:21 +0200 Subject: [PATCH] Update max charging current data type to uint --- goecharger/integrationplugingoecharger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goecharger/integrationplugingoecharger.json b/goecharger/integrationplugingoecharger.json index 7ac2d679..d71d4b9b 100644 --- a/goecharger/integrationplugingoecharger.json +++ b/goecharger/integrationplugingoecharger.json @@ -106,7 +106,7 @@ "displayName": "Charging current", "displayNameEvent": "Charging current changed", "displayNameAction": "Set charging current", - "type": "double", + "type": "uint", "unit": "Ampere", "minValue": 6, "maxValue": 32,