[tankerkoenig] Set context 'password' for API-Key (#8878)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
4646ea68c3
commit
7d484831c3
|
@ -11,11 +11,11 @@
|
||||||
</channels>
|
</channels>
|
||||||
<config-description>
|
<config-description>
|
||||||
<parameter name="apikey" type="text" required="true">
|
<parameter name="apikey" type="text" required="true">
|
||||||
|
<context>password</context>
|
||||||
<label>API-Key</label>
|
<label>API-Key</label>
|
||||||
<description>API-Key. Necessary registration on the Tankerkönig website.</description>
|
<description>API-Key. Necessary registration on the Tankerkönig website.</description>
|
||||||
<default></default>
|
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="refresh" type="integer" required="true" min="10">
|
<parameter name="refresh" type="integer" min="10" unit="min">
|
||||||
<label>Refresh Time</label>
|
<label>Refresh Time</label>
|
||||||
<description>Sets the refresh time. Minimum is 10 minutes.</description>
|
<description>Sets the refresh time. Minimum is 10 minutes.</description>
|
||||||
<default>60</default>
|
<default>60</default>
|
||||||
|
|
Loading…
Reference in New Issue