[renault] Small English text fix. Add missing config parameter to README. (#12755)

* [renault] Add German translations and small english text fixes. Add missing config parameter to README.
* [renault] Remove German translations.
* [renault] Make config with default and english text sources of truth consistent.

Signed-off-by: Doug Culnane <doug@culnane.net>
This commit is contained in:
Doug Culnane 2022-05-16 22:08:41 +02:00 committed by GitHub
parent c33463456f
commit 1def184dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -30,6 +30,7 @@ You require your MyRenault credential, locale and VIN for your MyRenault registe
| vin | Vehicle Identification Number. | yes |
| refreshInterval | Interval the car is polled in minutes. | no |
| updateDelay | How long to wait for commands to reach car and update to server in seconds.| no |
| kamereonApiKey | Kamereon API Key. | no |
## Channels

View File

@ -28,5 +28,5 @@ public class RenaultConfiguration {
public String vin = "";
public int refreshInterval = 10;
public int updateDelay = 30;
public String kamereonApiKey = "";
public String kamereonApiKey = "VAX7XYKGfa92yMvXculCkEFyfZbuM7Ss";
}

View File

@ -46,7 +46,7 @@ thing-type.config.renault.car.myRenaultUsername.label = MyRenault Username
thing-type.config.renault.car.refreshInterval.label = Refresh Interval
thing-type.config.renault.car.refreshInterval.description = Interval the car is polled in minutes.
thing-type.config.renault.car.updateDelay.label = Update Delay
thing-type.config.renault.car.updateDelay.description = How long to wait for commands to reach car and update to server in seconds.
thing-type.config.renault.car.updateDelay.description = How long to wait for commands to reach the car and update to server in seconds.
thing-type.config.renault.car.vin.label = VIN
thing-type.config.renault.car.vin.description = Vehicle Identification Number
thing-type.config.renault.car.kamereonApiKey.label = Kamereon API Key

View File

@ -80,10 +80,10 @@
</parameter>
<parameter name="updateDelay" type="integer" unit="s" min="5" max="120">
<label>Update Delay</label>
<description>How long to wait for commands to reach car and update to server in seconds.</description>
<description>How long to wait for commands to reach the car and update to server in seconds.</description>
<default>30</default>
</parameter>
<parameter name="kamereonApiKey" type="text" required="true">
<parameter name="kamereonApiKey" type="text">
<label>Kamereon API Key</label>
<description>Access code for MyRenault Services.</description>
<default>VAX7XYKGfa92yMvXculCkEFyfZbuM7Ss</default>