This repository has been archived by the owner on May 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WU: bridge/thing refactoring (#6121)
* WU: bridge/thing refactoring * WU: start/stop of the background discovery service fixed * Example fixed in the documentation * WU: language conversion table fixed Automatic discovery updated to consider change of the system language Signed-off-by: Laurent Garnier <[email protected]>
- Loading branch information
Showing
7 changed files
with
507 additions
and
585 deletions.
There are no files selected for viewing
31 changes: 16 additions & 15 deletions
31
extensions/binding/org.eclipse.smarthome.binding.weatherunderground/ESH-INF/thing/bridge.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<thing:thing-descriptions bindingId="weatherunderground" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0 http://eclipse.org/smarthome/schemas/thing-description-1.0.0.xsd"> | ||
<!-- Weatherunderground Bridge --> | ||
<bridge-type id="bridge"> | ||
<label>Weatherunderground Bridge</label> | ||
<description>The Weather Underground bridge represents a connection to the Weather Underground service</description> | ||
<thing:thing-descriptions bindingId="weatherunderground" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0" | ||
xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0 http://eclipse.org/smarthome/schemas/thing-description-1.0.0.xsd"> | ||
<!-- Weatherunderground Bridge --> | ||
<bridge-type id="bridge"> | ||
<label>Weatherunderground Bridge</label> | ||
<description>The Weather Underground bridge represents a connection to the Weather Underground service</description> | ||
|
||
<config-description> | ||
<parameter name="apikey" type="text" required="true"> | ||
<context>password</context> | ||
<label>API Key</label> | ||
<description>API key to access the Weather Underground service</description> | ||
</parameter> | ||
</config-description> | ||
</bridge-type> | ||
<config-description> | ||
<parameter name="apikey" type="text" required="true"> | ||
<context>password</context> | ||
<label>API Key</label> | ||
<description>API key to access the Weather Underground service</description> | ||
</parameter> | ||
</config-description> | ||
</bridge-type> | ||
</thing:thing-descriptions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.