-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump to openHAB 4.0 * Internationalization * Simplify bridge channels id * Descriptions update * Remove project setting files * Remove IDE setting * FL * Description update * Bridge channels to property * Get device information * Dead code removed * Added device information properties * Added device information properties * oh4 shield * Update README.md * OH4 final
- Loading branch information
Showing
25 changed files
with
985 additions
and
650 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
org.openhab.binding.simatic/.settings/org.eclipse.core.resources.prefs
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
org.openhab.binding.simatic/.settings/org.eclipse.jdt.apt.core.prefs
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
org.openhab.binding.simatic/.settings/org.eclipse.jdt.core.prefs
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
org.openhab.binding.simatic/.settings/org.eclipse.m2e.core.prefs
This file was deleted.
Oops, something went wrong.
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,17 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.openhab.addons.bundles</groupId> | ||
<artifactId>org.openhab.addons.reactor.bundles</artifactId> | ||
<version>3.3.0</version> | ||
</parent> | ||
|
||
<artifactId>org.openhab.binding.simatic</artifactId> | ||
|
||
<name>openHAB Add-ons :: Bundles :: Simatic Binding</name> | ||
|
||
</project> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.openhab.addons.bundles</groupId> | ||
<artifactId>org.openhab.addons.reactor.bundles</artifactId> | ||
<version>4.0.1</version> | ||
</parent> | ||
|
||
<artifactId>org.openhab.binding.simatic</artifactId> | ||
|
||
<name>openHAB Add-ons :: Bundles :: Simatic Binding</name> | ||
|
||
</project> |
4 changes: 2 additions & 2 deletions
4
org.openhab.binding.simatic/src/main/history/dependencies.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,9 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.simatic-3.3.0"> | ||
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="org.openhab.binding.simatic-4.0.1"> | ||
<feature version="0.0.0"> | ||
<feature>openhab-runtime-base</feature> | ||
<feature>wrap</feature> | ||
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.simatic/3.3.0</bundle> | ||
<bundle>mvn:org.openhab.addons.bundles/org.openhab.binding.simatic/4.0.1</bundle> | ||
<bundle>wrap:mvn:org.lastnpe.eea/eea-all/2.2.1</bundle> | ||
</feature> | ||
</features> |
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.