mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[goecharger] Consider correct channel ID (maxCurrentTemp) (#13927)
Fix #13891 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
712262fb1e
commit
e027932349
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user