Skip to content

Commit

Permalink
edit global files.
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Skinner <matt@pcmus.com>
  • Loading branch information
Skinah committed Apr 24, 2021
1 parent 12601d4 commit 9955c10
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
/bundles/org.openhab.binding.insteon/ @robnielsen
/bundles/org.openhab.binding.intesis/ @hmerk
/bundles/org.openhab.binding.ipcamera/ @Skinah
/bundles/org.openhab.binding.ipobserver/ @Skinah
/bundles/org.openhab.binding.ipp/ @peuter
/bundles/org.openhab.binding.irobot/ @Sonic-Amiga
/bundles/org.openhab.binding.irtrans/ @kgoderis
Expand Down
5 changes: 5 additions & 0 deletions bom/openhab-addons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,11 @@
<artifactId>org.openhab.binding.ipcamera</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.ipobserver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.ipp</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* The {@link IpObserverHandler} is responsible for handling commands, which are
* sent to one of the channels.
*
* @author Thomas Hentschel - Based on parts from old binding.
* @author Thomas Hentschel - Initial contribution.
* @author Matthew Skinner - Full re-write for BND, V3.0 and UOM
*/
@NonNullByDefault
Expand Down
2 changes: 2 additions & 0 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@
<module>org.openhab.binding.insteon</module>

<module>org.openhab.binding.ipcamera</module>

<module>org.openhab.binding.ipobserver</module>

<module>org.openhab.binding.intesis</module>

Expand Down

0 comments on commit 9955c10

Please sign in to comment.