Skip to content

Commit

Permalink
[goecharger] Consider correct channel ID (maxCurrentTemp) (openhab#13927
Browse files Browse the repository at this point in the history
)

Fix openhab#13891

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored Dec 12, 2022
1 parent 712262f commit e027932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit e027932

Please sign in to comment.