Skip to content

Commit

Permalink
Explicitly depend on org.json to avoid requirement for newer version(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Feb 12, 2023
1 parent 8c69b26 commit 5719054
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bundles/org.openhab.binding.august/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180813</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.pubnub</groupId>
<artifactId>pubnub-gson</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ https://openhab.org/schemas/config-description-1.0.0.xsd">

<parameter name="refreshIntervalSeconds" type="integer" min="30" unit="s">
<label>Refresh Interval</label>
<description>How often in seconds to fetch account updates from August service (polling interval). Note that locks receive push messages and needs no polling.</description>
<description>How often in seconds to fetch account updates from August service (polling interval). Note that locks
receive push messages and needs no polling.</description>
<default>3600</default>
<advanced>true</advanced>
</parameter>
Expand Down

0 comments on commit 5719054

Please sign in to comment.