Updated external content (Jenkins build 1089)
parent
6f03215a95
commit
40c2b45b3f
|
@ -36,8 +36,7 @@ Once the bridge is created and configured, OpenHab will automatically discover a
|
|||
`bridge:`
|
||||
|
||||
- appKey (mandatory): The Application Key is required to communicate with the Automower Connect API. It can be obtained by registering an Application on [the Husqvarna Website](https://developer.husqvarnagroup.cloud/). This application also needs to be connected to the ["Authentication API" and the "Automower Connect API"](https://developer.husqvarnagroup.cloud/docs/getting-started)
|
||||
- userName (mandatory): The user name for which the application key has been issued
|
||||
- password (mandatory): The password for the given user
|
||||
- appSecret (mandatory): The Application Secret is required to communicate with the Automower Connect API. It can be obtained by registering an Application on [the Husqvarna Website](https://developer.husqvarnagroup.cloud/).
|
||||
- pollingInterval (optional): How often the bridge state should be queried in seconds. Default is 1h (3600s)
|
||||
|
||||
Keep in mind that the status of the bridge should not be queried too often.
|
||||
|
|
|
@ -12,19 +12,17 @@
|
|||
<config-description>
|
||||
<parameter name="appKey" type="text" required="true">
|
||||
<label>Application Key</label>
|
||||
<description>The Application Key is required to communication with the Automower Connect Api at
|
||||
<description>The Application Key is required to communicate with the Automower Connect API at
|
||||
https://developer.husqvarnagroup.cloud/. It can be obtained by
|
||||
registering an Application on the Husqvarna Website.
|
||||
This application also needs to be connected to the
|
||||
"Authentication API" and the "Automower Connect API"</description>
|
||||
</parameter>
|
||||
<parameter name="userName" type="text" required="true">
|
||||
<label>User Name</label>
|
||||
<description>The user name for which the application key has been issued</description>
|
||||
</parameter>
|
||||
<parameter name="password" type="text" required="true">
|
||||
<context>password</context>
|
||||
<description>The password for the given user</description>
|
||||
<parameter name="appSecret" type="text" required="true">
|
||||
<label>Application Secret</label>
|
||||
<description>The Application Secret is required to communicate with the Automower Connect API at
|
||||
https://developer.husqvarnagroup.cloud/. It can be obtained by
|
||||
registering an Application on the Husqvarna Website.</description>
|
||||
</parameter>
|
||||
<parameter name="pollingInterval" type="integer" required="false" unit="s">
|
||||
<label>Polling Interval</label>
|
||||
|
|
|
@ -26,8 +26,10 @@
|
|||
<advanced>true</advanced>
|
||||
<label>Baud Rate</label>
|
||||
<description>Set the baud rate</description>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<default>9600</default>
|
||||
<options>
|
||||
<option value="2400">2400</option>
|
||||
<option value="4800">4800</option>
|
||||
<option value="9600">9600</option>
|
||||
<option value="19200">19200</option>
|
||||
|
|
Loading…
Reference in New Issue