fix README (#15647)

Signed-off-by: Alexander Friese <af944580@googlemail.com>
This commit is contained in:
Alexander Friese 2023-09-25 13:26:15 +02:00 committed by GitHub
parent 1844bb2f98
commit 66e915409e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,14 +96,14 @@ The settings that start with "dynamic" can be changed frequently, the others are
| state#errorCode | Number | no | | |
| state#fatalErrorCode | Number | no | | |
| state#connectedToCloud | Switch | no | | |
| config#lockCablePermanently | Switch | yes | | true/false |
| config#authorizationRequired | Switch | yes | | true/false |
| config#limitToSinglePhaseCharging | Switch | yes | | true/false |
| config#lockCablePermanently | Switch | yes | | ON/OFF |
| config#authorizationRequired | Switch | yes | | ON/OFF |
| config#limitToSinglePhaseCharging | Switch | yes | | ON/OFF |
| config#phaseMode | Number | yes | 1=1phase, 2=auto, 3=3phase | 1-3 |
| config#maxChargerCurrent | Number:ElectricCurrent | no | write access not yet implemented | |
| commands#genericCommand | String | yes | Generic Endpoint to send commands | reboot, update_firmware, poll_all, smart_charging, start_charging, stop_charging, pause_charging, resume_charging, toggle_charging, override_schedule |
| commands#startStop | Switch | yes | Start/Stop Charing, only works with authorization | |
| commands#pauseResume | Switch | yes | Pause/Resume Charing | |
| commands#startStop | Switch | yes | Start/Stop charging, only works with authorization | |
| commands#pauseResume | Switch | yes | Pause/Resume charging | |
| latestSession#sessionEnergy | Number:Energy | no | latest (already ended) session | |
| latestSession#sessionStart | DateTime | no | | |
| latestSession#sessionEnd | DateTime | no | | |