Skip to content

Commit

Permalink
Tested with OctoPrint 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Sep 9, 2024
1 parent 6034b75 commit 2f779f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ iobroker add octoprint

NodeJS >= 18.x and js-controller >= 5 is required

Tested with OctoPrint 1.10.2

### 5.1.0 (2023-10-25)

NodeJS 16.x is required
Expand Down
2 changes: 1 addition & 1 deletion docs/de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ioBroker.octoprint

**Getestet mit [OctoPrint](https://github.com/OctoPrint/OctoPrint/releases) 1.9.3**
**Getestet mit [OctoPrint](https://github.com/OctoPrint/OctoPrint/releases) 1.10.2**

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# ioBroker.octoprint

**Tested with [OctoPrint](https://github.com/OctoPrint/OctoPrint/releases) 1.9.3**
**Tested with [OctoPrint](https://github.com/OctoPrint/OctoPrint/releases) 1.10.2**

## Features

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

this.supportedVersion = '1.9.3';
this.supportedVersion = '1.10.2';
this.displayedVersionWarning = false;

this.apiConnected = false;
Expand Down

0 comments on commit 2f779f3

Please sign in to comment.