Skip to content

Commit

Permalink
Updated LaMetric firmware version recommendation to 2.3.8 (3.0.21)
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Dec 27, 2023
1 parent 14395d5 commit 8bde445
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ iobroker add lametric
-->
### **WORK IN PROGRESS**

* (klein0r) Updated LaMetric firmware version recommendation to 2.3.8 (3.0.21)
* (klein0r) Some devices don't have bluetooth low energy states (sa8)

### 3.1.1 (2023-10-27)
Expand Down
2 changes: 1 addition & 1 deletion docs/de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- nodejs 14.5 (oder neuer)
- js-controller 4.0.15 (oder neuer)
- Admin Adapter 6.0.0 (oder neuer)
- _LaMetric Time_ mit Firmware _2.3.8_ (_3.0.18_ auf dem 2022er Modell) (oder neuer)
- _LaMetric Time_ mit Firmware _2.3.8_ (_3.0.21_ auf dem 2022er Modell) (oder neuer)

[Firmware-Changelog](https://firmware.lametric.com) [Firmware-Changelog Time2](https://firmware.lametric.com/?product=time2)

Expand Down
2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- nodejs 14.5 (or later)
- js-controller 4.0.15 (or later)
- Admin Adapter 6.0.0 (or later)
- _LaMetric Time_ with firmware _2.3.8_ (_3.0.18_ on the 2022 model) (or later)
- _LaMetric Time_ with firmware _2.3.8_ (_3.0.21_ on the 2022 model) (or later)

[Firmware-Changelog](https://firmware.lametric.com) [Firmware-Changelog Time2](https://firmware.lametric.com/?product=time2)

Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LaMetric extends utils.Adapter {
});

this.supportedVersion = '2.3.8'; // https://firmware.lametric.com
this.supportedVersionSa8 = '3.0.18'; // https://firmware.lametric.com/?product=time2
this.supportedVersionSa8 = '3.0.21'; // https://firmware.lametric.com/?product=time2
this.displayedVersionWarning = false;

this.prefix = 'http';
Expand Down

0 comments on commit 8bde445

Please sign in to comment.