[Juicenet] Fix Charging state controls and override functionality (#15566)
* [Juicenet] Fix typos in setOverride() Some obvious typos in setOverride() result in the timestamp being ignored which causes it to fail Fixes #15564 * [Juicenet] Allow disabling the override - The charger has default settings upon plugin, changing the current state sets the overide to Y, this makes override settable only in the N direction to remove whatever settings were previously applied * [Juicenet] Document new writable status of override --------- Signed-off-by: Ed Martin <edman007@edman007.com>
This commit is contained in:
@@ -33,7 +33,7 @@ A JuiceBox EV Charger requires a unitID which can also be found in the device se
|
||||
| chargingState | String | N | Current charging state (Start Charging, Smart Charging, Stop Charging). |
|
||||
| state | String | Y | This is the current device state (Available, Plugged-In, Charging, Error, Disconnected). |
|
||||
| message | String | Y | This is a message detailing the state of the EV charger. |
|
||||
| override | Switch | Y | Smart charging is overridden. |
|
||||
| override | Switch | N | Smart charging is overridden. Set to "OFF" to remove override. |
|
||||
| chargingTimeLeft | Number:Time | Y | Charging time left (seconds). |
|
||||
| plugUnplugTime | DateTime | Y | Last time of either plug-in or plug-out. |
|
||||
| targetTime | DateTime | N | “Start charging” start time, or time to start when overriding smart charging. |
|
||||
|
||||
Reference in New Issue
Block a user