* [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>
| 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
public String vin = "";
public int refreshInterval = 10;
public int updateDelay = 30;
- public String kamereonApiKey = "";
+ public String kamereonApiKey = "VAX7XYKGfa92yMvXculCkEFyfZbuM7Ss";
}
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
</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>