]> git.basschouten.com Git - openhab-addons.git/commitdiff
fix README.md (#13387)
authoralexf2015 <alexf2015@users.noreply.github.com>
Tue, 13 Sep 2022 19:51:58 +0000 (21:51 +0200)
committerGitHub <noreply@github.com>
Tue, 13 Sep 2022 19:51:58 +0000 (21:51 +0200)
Signed-off-by: Alexander Friese <af944580@googlemail.com>
bundles/org.openhab.binding.easee/README.md

index 20e29d538c6f7c49aa7212eef18d14f27ab864c6..9f7a34d383229263a764dc11753c7144d9eefc7e 100644 (file)
@@ -99,15 +99,15 @@ The Master Charger is like the "normal" charger but has some extra channels to c
 | dynamicCurrent#phase1                       | Number:ElectricCurrent   | no       |                                                      |                                                                                                                                                              |
 | dynamicCurrent#phase2                       | Number:ElectricCurrent   | no       |                                                      |                                                                                                                                                              |
 | dynamicCurrent#phase3                       | Number:ElectricCurrent   | no       |                                                      |                                                                                                                                                              |
-| dynamicCurrent#dynamicCurrents              | String                   | yes      | read/write only for all phases.                      | <value phase1>;<value phase2>;<value phase3>  valid values for each phase are 0, 6-32                                                                        |
+| dynamicCurrent#dynamicCurrents              | String                   | yes      | read/write only for all phases.                      | &lt;value phase1&gt;;&lt;value phase2&gt;;&lt;value phase3&gt;  valid values for each phase are 0, 6-32. Example: 8;8;8                                      |
 | settings#maxCircuitCurrentP1                | Number:ElectricCurrent   | no       |                                                      |                                                                                                                                                              |
 | settings#maxCircuitCurrentP2                | Number:ElectricCurrent   | no       |                                                      |                                                                                                                                                              |
 | settings#maxCircuitCurrentP3                | Number:ElectricCurrent   | no       |                                                      |                                                                                                                                                              |
-| settings#maxCurrents                        | String                   | yes      | read/write only for all phases.                      | <value phase1>;<value phase2>;<value phase3>  valid values for each phase are 0, 6-32                                                                        |
+| settings#maxCurrents                        | String                   | yes      | read/write only for all phases.                      | &lt;value phase1&gt;;&lt;value phase2&gt;;&lt;value phase3&gt;  valid values for each phase are 0, 6-32. Example: 8;8;8                                      |
 | settings#offlineMaxCircuitCurrentP1         | Number:ElectricCurrent   | no       |                                                      |                                                                                                                                                              |
 | settings#offlineMaxCircuitCurrentP2         | Number:ElectricCurrent   | no       |                                                      |                                                                                                                                                              |
 | settings#offlineMaxCircuitCurrentP3         | Number:ElectricCurrent   | no       |                                                      |                                                                                                                                                              |
-| settings#offlineMaxCurrents                 | String                   | yes      | read/write only for all phases.                      | <value phase1>;<value phase2>;<value phase3>  valid values for each phase are 0, 6-32                                                                        |
+| settings#offlineMaxCurrents                 | String                   | yes      | read/write only for all phases.                      | &lt;value phase1&gt;;&lt;value phase2&gt;;&lt;value phase3&gt;  valid values for each phase are 0, 6-32. Example: 8;8;8                                      |
 | settings#enableIdleCurrent                  | Switch                   | yes      |                                                      | true/false                                                                                                                                                   |
 | settings#allowOfflineMaxCircuitCurrent      | Switch                   | no       |                                                      |                                                                                                                                                              |