[goecharger] Consider correct channel ID (maxCurrentTemp) (#13927)

Fix #13891

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2022-12-12 20:28:59 +01:00 committed by GitHub
parent 712262fb1e
commit e027932349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ public class GoEChargerBindingConstants {
// List of all Channel ids
public static final String MAX_CURRENT = "maxCurrent";
public static final String MAX_CURRENT_TEMPORARY = "maxCurrentTemporary";
public static final String MAX_CURRENT_TEMPORARY = "maxCurrentTemp";
public static final String ACCESS_CONFIGURATION = "accessConfiguration";
public static final String PWM_SIGNAL = "pwmSignal";
public static final String ERROR = "error";