From 3b0c2ca19fdb7aa36bb4dfe74694e83fd87fa608 Mon Sep 17 00:00:00 2001 From: ranzen84 <53980214+ranzen84@users.noreply.github.com> Date: Sat, 19 Feb 2022 21:35:11 +0100 Subject: [PATCH] Update README.md (#12322) --- bundles/org.openhab.binding.goecharger/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.goecharger/README.md b/bundles/org.openhab.binding.goecharger/README.md index a2925c164..1a8317e98 100644 --- a/bundles/org.openhab.binding.goecharger/README.md +++ b/bundles/org.openhab.binding.goecharger/README.md @@ -88,7 +88,7 @@ when Item availablePVCurrent received update then logInfo("Amps available: ", receivedCommand.state) - MaxAmpere.sendCommand(receivedCommand.state) + GoEChargerMaxCurrent.sendCommand(receivedCommand.state) end ``` You can also define more advanced rules if you have multiple cars that charge with a different amount of phases.