diff --git a/bundles/org.openhab.binding.easee/README.md b/bundles/org.openhab.binding.easee/README.md index 296fe7eeaf213..6567f9cbb3a6d 100644 --- a/bundles/org.openhab.binding.easee/README.md +++ b/bundles/org.openhab.binding.easee/README.md @@ -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 | | |