Skip to content

Commit 13faa91

Browse files
committed
chore: release v0.0.10
- added schedule edit via remote.CPPLUS
1 parent fefa295 commit 13faa91

File tree

5 files changed

+471
-25
lines changed

5 files changed

+471
-25
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+21-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
![Logo](admin/fiat.png)
2+
23
# ioBroker.fiat
34

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

1819
## Loginablauf:
20+
1921
Die Fiat oder Jeep App Mail und Passwort eingeben.
2022

2123
## Steuern
24+
2225
fiat.0.id.remote auf true setzen steuert den jeweiligen Befehl
2326

2427
## Diskussion und Fragen:
28+
2529
https://forum.iobroker.net/topic/46378/test-adapter-fiat-v0-0-x
2630

2731
## Changelog
32+
### 0.0.10 (2024-06-10)
33+
34+
- added schedule edit via remote.CPPLUS
2835

2936
### 0.0.7
30-
* (TA2k) Added Jeep support
31-
37+
38+
- (TA2k) Added Jeep support
39+
3240
### 0.0.3
33-
* (TA2k) Added precondition
41+
42+
- (TA2k) Added precondition
43+
3444
### 0.0.2
35-
* (TA2k) Enable deep refresh to update charging state
45+
46+
- (TA2k) Enable deep refresh to update charging state
47+
3648
### 0.0.1
37-
* (TA2k) initial release
49+
50+
- (TA2k) initial release
3851

3952
## License
53+
4054
MIT License
4155

42-
Copyright (c) 2021 TA2k <tombox2020@gmail.com>
56+
Copyright (c) 2021-2030 TA2k <tombox2020@gmail.com>
4357

4458
Permission is hereby granted, free of charge, to any person obtaining a copy
4559
of this software and associated documentation files (the "Software"), to deal
@@ -57,4 +71,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5771
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
5872
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
5973
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
60-
SOFTWARE.
74+
SOFTWARE.

io-package.json

+14-13
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "fiat",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"news": {
6+
"0.0.10": {
7+
"en": "added schedule edit via remote.CPPLUS",
8+
"de": "hinzugefügt Schedule bearbeiten über remote.CPPLUS",
9+
"ru": "добавленный график редактирования через удаленный. CPPLUS",
10+
"pt": "adicionado cronograma editar via remoto. CPPLUS",
11+
"nl": "toegevoegd schema bewerken via remote. CPPLUS",
12+
"fr": "ajout d'une édition de l'horaire via distante. PPCLUS",
13+
"it": "modifica della pianificazione tramite telecomando. CPPLUS",
14+
"es": "añadido edición de horario a través de control remoto. CPPLUS",
15+
"pl": "dodano edycję harmonogramu za pomocą pilota. CPPLUS",
16+
"uk": "додано редагування графіка через дистанційне керування. CPPLUS",
17+
"zh-cn": "通过远程添加调度编辑 。 CPPLUS 语句"
18+
},
619
"0.0.9": {
720
"en": "Add catch for disabled location"
821
},
@@ -22,18 +35,6 @@
2235
"0.0.2": {
2336
"en": "Enable deep refresh to update charging state",
2437
"de": "Deep Refresh hinzugefügt um den Ladezustand zu aktualisieren"
25-
},
26-
"0.0.1": {
27-
"en": "initial release",
28-
"de": "Erstveröffentlichung",
29-
"ru": "Начальная версия",
30-
"pt": "lançamento inicial",
31-
"nl": "Eerste uitgave",
32-
"fr": "Première version",
33-
"it": "Versione iniziale",
34-
"es": "Versión inicial",
35-
"pl": "Pierwsze wydanie",
36-
"zh-cn": "首次出版"
3738
}
3839
},
3940
"title": "Fiat/Jeep",

0 commit comments

Comments
 (0)