From f962d0f0f3133f500d0ebd8d8dc7d0d42a347679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 11 Apr 2022 11:48:09 +0200 Subject: [PATCH] Add smartmeterconsumer interface due to evcharger interface update --- wallbe/integrationpluginwallbe.json | 2 +- webasto/integrationpluginwebasto.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wallbe/integrationpluginwallbe.json b/wallbe/integrationpluginwallbe.json index 774475e..69c730d 100644 --- a/wallbe/integrationpluginwallbe.json +++ b/wallbe/integrationpluginwallbe.json @@ -13,7 +13,7 @@ "displayName": "Wallbe eco 2.0", "name": "wallbeEco", "createMethods": ["discovery", "user"], - "interfaces": ["evcharger", "connectable"], + "interfaces": ["evcharger", "smartmeterconsumer", "connectable"], "paramTypes": [ { "id": "95f297a7-56a5-4789-9b14-6735717344b5", diff --git a/webasto/integrationpluginwebasto.json b/webasto/integrationpluginwebasto.json index b329910..b0fa71a 100644 --- a/webasto/integrationpluginwebasto.json +++ b/webasto/integrationpluginwebasto.json @@ -13,7 +13,7 @@ "displayName": "Live Wallbox", "name": "liveWallbox", "createMethods": ["discovery"], - "interfaces": ["evcharger", "connectable"], + "interfaces": ["evcharger", "smartmeterconsumer", "connectable"], "paramTypes": [ { "id": "51fa3ea8-e819-46ca-b975-1bee6285441c",