Skip to content

Commit

Permalink
prepare version
Browse files Browse the repository at this point in the history
  • Loading branch information
ice987987 committed Nov 4, 2022
1 parent 445af12 commit 84d385f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The following value will be calculated:
- Distance between mower and charging station
- Convert start and end time of schedules to minutes and hours
- Create/update google maps link
- possibility to park mower during rain until next schedule
- Possibility to park mower during rain until next schedule

For use, copy the following code into a new [Javascript](https://github.com/ioBroker/ioBroker.javascript)-Script and fill in the following variables: `instance`, `pathLevel1`, `pathLevel2`, `mowerID` and `sID_RainSensor` in section `USER CONFIGURATION`.

Expand Down Expand Up @@ -349,7 +349,7 @@ function round(digit, digits) {

<!-- ### **WORK IN PROGRESS** -->

### 0.3.1-beta.6 **WORK IN PROGRESS**
### 0.3.1 (04.11.2022)

- (ice987987) BREAKING: js-controller >= v4.0.23 and admin >= v6.2.19 is required
- (ice987987) source code improvements
Expand Down
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "husqvarna-automower",
"version": "0.3.1-beta.6",
"version": "0.3.1",
"news": {
"0.0.1": {
"en": "initial release",
Expand Down Expand Up @@ -111,7 +111,7 @@
"pl": "polepszenie logowania\nzależności\naktualizacja powszechna. Państwa kosiące.errorCode\ndodał statystyki z API Automower Connect API.cuttingBladeUsageTime, statystyki. NumberChargingCycles, statystyki.OfCollisions, statystyki.totalChargingTime, statystyki.total Time, statystyki.totalRunningTime i statystyki.totalSearchingTime.totalSearchingTime",
"zh-cn": "改进的伐木\na. 最新受扶养人\n共同更新。 州\n统计数据增加了自自动投资计划统计的统计价值,BladeUsageT制度,统计编号:OfCharing Cycle,统计数字.OfCollisions,统计.totalCharingT制度,统计.totalCuttingT,统计数字。"
},
"0.3.1-beta.6": {
"0.3.1": {
"en": "BREAKING: js-controller >= v4.0.23 and admin >= v6.2.19 is required\nsource code improvements\nability to update statistical values\nfix issue #65",
"de": "BREAKING: js-controller >= v4.0.23 und admin >= v6.2.19 ist erforderlich\nQuellcode-Verbesserungen\nFähigkeit, statistische Werte zu aktualisieren\nBeheben Sie Problem Nr. 65",
"ru": "НАРУШЕНИЕ: требуется js-controller >= v4.0.23 и admin >= v6.2.19\nулучшения исходного кода\nвозможность обновления статистических значений\nисправить ошибку №65",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.husqvarna-automower",
"version": "0.3.1-beta.6",
"version": "0.3.1",
"description": "This adapter for uses the Husqvarna API to request data for your Husqvarna Automower via the connect module.",
"author": {
"name": "ice987987",
Expand Down

0 comments on commit 84d385f

Please sign in to comment.