Skip to content

Commit

Permalink
Updated to 4.3 and two SAT corrections
Browse files Browse the repository at this point in the history
Correcting pom.xml

Signed-off-by: Gaël L'hopital <[email protected]>
  • Loading branch information
clinique committed Aug 6, 2024
1 parent b20cc31 commit 20eb5c6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 59 deletions.
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.worxlandroid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.3.0-SNAPSHOT</version>
</parent>

<artifactId>org.openhab.binding.worxlandroid</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@NonNullByDefault
public class UsersMeResponse {
public String id = "";
public String user_type = "";
public String userType = "";
public boolean pushNotifications;
public String location = "";
public String actionsOnGooglePinCode = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@NonNullByDefault
public abstract class AWSClientThingHandler extends BaseThingHandler
implements AWSClientCallbackI, ThingHandlerHelper, AccessTokenRefreshListener {
private static Duration MIN_PUBLISH_DELAY_S = Duration.ofSeconds(2);
private static final Duration MIN_PUBLISH_DELAY_S = Duration.ofSeconds(2);

private final Logger logger = LoggerFactory.getLogger(AWSClientThingHandler.class);
private final AWSClient awsClient;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,6 @@ public Optional<Schedule> getSchedule() {
}

public Optional<Ots> getOneTimeSchedule() {
return getSchedule().map(sc -> Optional.ofNullable(sc.ots)).orElse(Optional.empty());
return getSchedule().isPresent() ? Optional.ofNullable(getSchedule().get().ots) : Optional.empty();
}
}
55 changes: 0 additions & 55 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,7 @@
<parent>
<groupId>org.openhab.addons</groupId>
<artifactId>org.openhab.addons.reactor</artifactId>
<<<<<<< Upstream, based on main
<<<<<<< Upstream, based on main
<version>4.3.0-SNAPSHOT</version>
=======

=======
>>>>>>> 273244d Correcting pom.xml
<version>4.2.0-SNAPSHOT</version>
<<<<<<< Upstream, based on main

>>>>>>> 421e2d1 Worxlandroid new binding
=======
>>>>>>> 273244d Correcting pom.xml
</parent>

<groupId>org.openhab.addons.bundles</groupId>
Expand Down Expand Up @@ -74,14 +62,7 @@
<module>org.openhab.binding.androidtv</module>
<module>org.openhab.binding.anel</module>
<module>org.openhab.binding.anthem</module>
<<<<<<< Upstream, based on main
<<<<<<< Upstream, based on main
<module>org.openhab.binding.argoclima</module>
=======

>>>>>>> 421e2d1 Worxlandroid new binding
=======
>>>>>>> 273244d Correcting pom.xml
<module>org.openhab.binding.astro</module>
<module>org.openhab.binding.asuswrt</module>
<module>org.openhab.binding.atlona</module>
Expand Down Expand Up @@ -335,14 +316,7 @@
<module>org.openhab.binding.pegelonline</module>
<module>org.openhab.binding.pentair</module>
<module>org.openhab.binding.phc</module>
<<<<<<< Upstream, based on main
<<<<<<< Upstream, based on main
<module>org.openhab.binding.pihole</module>
=======

>>>>>>> 421e2d1 Worxlandroid new binding
=======
>>>>>>> 273244d Correcting pom.xml
<module>org.openhab.binding.pilight</module>
<module>org.openhab.binding.pioneeravr</module>
<module>org.openhab.binding.pixometer</module>
Expand Down Expand Up @@ -390,14 +364,7 @@
<module>org.openhab.binding.serialbutton</module>
<module>org.openhab.binding.shelly</module>
<module>org.openhab.binding.silvercrestwifisocket</module>
<<<<<<< Upstream, based on main
<<<<<<< Upstream, based on main
<module>org.openhab.binding.siemenshvac</module>
=======

>>>>>>> 421e2d1 Worxlandroid new binding
=======
>>>>>>> 273244d Correcting pom.xml
<module>org.openhab.binding.siemensrds</module>
<module>org.openhab.binding.sinope</module>
<module>org.openhab.binding.sleepiq</module>
Expand All @@ -412,14 +379,7 @@
<module>org.openhab.binding.solaredge</module>
<module>org.openhab.binding.solarforecast</module>
<module>org.openhab.binding.solarlog</module>
<<<<<<< Upstream, based on main
<<<<<<< Upstream, based on main
<module>org.openhab.binding.solarman</module>
=======

>>>>>>> 421e2d1 Worxlandroid new binding
=======
>>>>>>> 273244d Correcting pom.xml
<module>org.openhab.binding.solarmax</module>
<module>org.openhab.binding.solarwatt</module>
<module>org.openhab.binding.solax</module>
Expand All @@ -446,15 +406,8 @@
<module>org.openhab.binding.teleinfo</module>
<module>org.openhab.binding.tellstick</module>
<module>org.openhab.binding.tesla</module>
<<<<<<< Upstream, based on main
<<<<<<< Upstream, based on main
<module>org.openhab.binding.teslapowerwall</module>
<module>org.openhab.binding.teslascope</module>
=======

>>>>>>> 421e2d1 Worxlandroid new binding
=======
>>>>>>> 273244d Correcting pom.xml
<module>org.openhab.binding.tibber</module>
<module>org.openhab.binding.tivo</module>
<module>org.openhab.binding.touchwand</module>
Expand Down Expand Up @@ -525,15 +478,7 @@
<module>org.openhab.voice.voicerss</module>
<module>org.openhab.voice.voskstt</module>
<module>org.openhab.voice.watsonstt</module>
<<<<<<< Upstream, based on main
<<<<<<< Upstream, based on main
<module>org.openhab.voice.whisperstt</module>
=======


>>>>>>> 421e2d1 Worxlandroid new binding
=======
>>>>>>> 273244d Correcting pom.xml
</modules>

<properties>
Expand Down

0 comments on commit 20eb5c6

Please sign in to comment.