[renault] update default Kamereon API Key (#14846)
Signed-off-by: Doug Culnane <doug@culnane.net>
This commit is contained in:
parent
83cbe746d0
commit
c130ca11a2
|
@ -28,5 +28,5 @@ public class RenaultConfiguration {
|
|||
public String vin = "";
|
||||
public int refreshInterval = 10;
|
||||
public int updateDelay = 30;
|
||||
public String kamereonApiKey = "VAX7XYKGfa92yMvXculCkEFyfZbuM7Ss";
|
||||
public String kamereonApiKey = "YjkKtHmGfaceeuExUDKGxrLZGGvtVS0J";
|
||||
}
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
<parameter name="kamereonApiKey" type="text">
|
||||
<label>Kamereon API Key</label>
|
||||
<description>Access code for MyRenault Services.</description>
|
||||
<default>VAX7XYKGfa92yMvXculCkEFyfZbuM7Ss</default>
|
||||
<default>YjkKtHmGfaceeuExUDKGxrLZGGvtVS0J</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
|
Loading…
Reference in New Issue