Skip to content

Commit

Permalink
Updated version to 1.3.1
Browse files Browse the repository at this point in the history
Updated docs and readme
  • Loading branch information
bropat committed Sep 8, 2024
1 parent 035d458 commit 5bb6804
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i

## Changelog

### 1.3.1 (2024-09-08)

* (bropat) Fixed issue #436
* (bropat) Fixed issue #439

### 1.3.0 (2024-08-27)

* (bropat) Requires ioBroker.admin version >= 7.0.12
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](_media/ioBroker.euSec.png)

# ioBroker.euSec <small>1.3.0</small>
# ioBroker.euSec <small>1.3.1</small>

> An [ioBroker](https://www.iobroker.net) adapter that uses the [eufy-security-client](https://github.com/bropat/eufy-security-client) library to comunicate with Eufy devices
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "eusec",
"version": "1.3.0",
"version": "1.3.1",
"news": {
"1.3.1": {
"en": "Fixed issues #436, #439\n",
"uk": "Fixed issues #436, #439\n",
"de": "Behobene Probleme #436, #439\n",
"ru": "Исправлены проблемы #436, #439\n",
"pt": "Problemas corrigidos #436, #439\n",
"nl": "Problemen opgelost #436, #439\n",
"fr": "Correction des problèmes #436, #439\n",
"it": "Risolti i problemi #436, #439\n",
"es": "Solucionados los problemas #436, #439\n",
"pl": "Naprawiono błędy #436, #439\n",
"zh-cn": "修正問題 #436、#439\n"
},
"1.3.0": {
"en": "Requires ioBroker.js-controller version >= 6.0.0\nRequires ioBroker.admin version >= 7.0.12\nRequires node version >= 20\nAdded support for Floodlight Cam E340 (T8425; #428)\nAdded support for Solar Wall Light Cam S120 (T84A0; #406)\nAdded support for Indoor Cam S350 (T8416; #403)\nAdded support for eufyCam E330 (Professional; T8600; #391)\nAdded support for SoloCam S340 (T8170; #392, #399)\nImplemented sendTo functionality (#294)\nUpdated version of the package eufy-security-client (3.1.0)\nUpdated version of the package go2rtc-static (1.9.4)\nFixed issues #371, #376, #379, #380, #387, #420, #422, #432\n",
"uk": "Requires ioBroker.js-controller version >= 6.0.0\nRequires ioBroker.admin version >= 7.0.12\nRequires node version >= 20\nAdded support for Floodlight Cam E340 (T8425; #428)\nAdded support for Solar Wall Light Cam S120 (T84A0; #406)\nAdded support for Indoor Cam S350 (T8416; #403)\nAdded support for eufyCam E330 (Professional; T8600; #391)\nAdded support for SoloCam S340 (T8170; #392, #399)\nImplemented sendTo functionality (#294)\nUpdated version of the package eufy-security-client (3.1.0)\nUpdated version of the package go2rtc-static (1.9.4)\nFixed issues #371, #376, #379, #380, #387, #420, #422, #432\n",
Expand Down

0 comments on commit 5bb6804

Please sign in to comment.