fix README.md (#13387)

Signed-off-by: Alexander Friese <af944580@googlemail.com>
This commit is contained in:
alexf2015 2022-09-13 21:51:58 +02:00 committed by GitHub
parent 474be93710
commit b9761d0288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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 | | |