mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[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:
parent
c33463456f
commit
1def184dee
@ -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
|
||||
|
@ -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";
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user