Skip to content

Commit

Permalink
chore: release v0.0.10
Browse files Browse the repository at this point in the history
- added schedule edit via remote.CPPLUS
  • Loading branch information
TA2k committed Jun 10, 2024
1 parent fefa295 commit 13faa91
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 25 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 TA2k <tombox2020@gmail.com>
Copyright (c) 2021-2030 TA2k <tombox2020@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![Logo](admin/fiat.png)

# ioBroker.fiat

[![NPM version](https://img.shields.io/npm/v/iobroker.fiat.svg)](https://www.npmjs.com/package/iobroker.fiat)
Expand All @@ -16,30 +17,43 @@
Adapter für Fiat und Jeep

## Loginablauf:

Die Fiat oder Jeep App Mail und Passwort eingeben.

## Steuern

fiat.0.id.remote auf true setzen steuert den jeweiligen Befehl

## Diskussion und Fragen:

https://forum.iobroker.net/topic/46378/test-adapter-fiat-v0-0-x

## Changelog
### 0.0.10 (2024-06-10)

- added schedule edit via remote.CPPLUS

### 0.0.7
* (TA2k) Added Jeep support


- (TA2k) Added Jeep support

### 0.0.3
* (TA2k) Added precondition

- (TA2k) Added precondition

### 0.0.2
* (TA2k) Enable deep refresh to update charging state

- (TA2k) Enable deep refresh to update charging state

### 0.0.1
* (TA2k) initial release

- (TA2k) initial release

## License

MIT License

Copyright (c) 2021 TA2k <tombox2020@gmail.com>
Copyright (c) 2021-2030 TA2k <tombox2020@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -57,4 +71,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "fiat",
"version": "0.0.9",
"version": "0.0.10",
"news": {
"0.0.10": {
"en": "added schedule edit via remote.CPPLUS",
"de": "hinzugefügt Schedule bearbeiten über remote.CPPLUS",
"ru": "добавленный график редактирования через удаленный. CPPLUS",
"pt": "adicionado cronograma editar via remoto. CPPLUS",
"nl": "toegevoegd schema bewerken via remote. CPPLUS",
"fr": "ajout d'une édition de l'horaire via distante. PPCLUS",
"it": "modifica della pianificazione tramite telecomando. CPPLUS",
"es": "añadido edición de horario a través de control remoto. CPPLUS",
"pl": "dodano edycję harmonogramu za pomocą pilota. CPPLUS",
"uk": "додано редагування графіка через дистанційне керування. CPPLUS",
"zh-cn": "通过远程添加调度编辑 。 CPPLUS 语句"
},
"0.0.9": {
"en": "Add catch for disabled location"
},
Expand All @@ -22,18 +35,6 @@
"0.0.2": {
"en": "Enable deep refresh to update charging state",
"de": "Deep Refresh hinzugefügt um den Ladezustand zu aktualisieren"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "Fiat/Jeep",
Expand Down
Loading

0 comments on commit 13faa91

Please sign in to comment.