]> git.basschouten.com Git - openhab-addons.git/commitdiff
fix README (#15647)
authorAlexander Friese <alexf2015@users.noreply.github.com>
Mon, 25 Sep 2023 11:26:15 +0000 (13:26 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 11:26:15 +0000 (13:26 +0200)
Signed-off-by: Alexander Friese <af944580@googlemail.com>
bundles/org.openhab.binding.easee/README.md

index 296fe7eeaf2132079f04b34d06f784c502bde189..6567f9cbb3a6d2ebe326bce95f2588b19486ea6b 100644 (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       |                                                      |                                                                                                                                                              |