forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[openwebnet] add update.xml as per review three
Signed-off-by: Giovanni Fabiani <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
bundles/org.openhab.binding.openwebnet/src/main/resources/OH.INF/update/update.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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
<update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:update="https://openhab.org/schemas/update-description/v1.0.0" | ||
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd"> | ||
|
||
<thing-type uid="bus_alarm_zone"> | ||
<instruction-set targetVersion="1"> | ||
<add-channel id="timestamp"> | ||
<type>zoneAlarmTimestamp</type> | ||
<label>Current alarm's timestamp for the zone (read only)</label> | ||
</add-channel> | ||
</instruction-set> | ||
</thing-type> | ||
|
||
</update:update-descriptions> |