]> git.basschouten.com Git - openhab-addons.git/commitdiff
[bluetooth.ruuvitag] Correct parse of NA temperature & acceleraiton (#13279)
authorSami Salonen <ssalonen@gmail.com>
Sun, 2 Oct 2022 12:32:22 +0000 (15:32 +0300)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2022 12:32:22 +0000 (14:32 +0200)
Fixed by bumping support library fi.tkgwf.ruuvi:ruuvitag-comon
https://github.com/Scrin/ruuvitag-common-java/releases/tag/v1.0.2

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
bundles/org.openhab.binding.bluetooth.ruuvitag/pom.xml

index 4f54b6d276e8e27683db23a777c8830cb26c9ccd..a17d76c934e8751d0a9f5211d70e87b04ada7528 100644 (file)
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>fi.tkgwf.ruuvi</groupId>
       <artifactId>ruuvitag-common</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.2</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>