Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Mar 18, 2020
1 parent aeee594 commit 1738297
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ When the adapter crashes or an other Code error happens, this error message that

## Changelog

### 2.0.0-2.0.5 (2020-02-10 - 2020-03-14)
### 2.0.5 (2020-03-14)
* (Apollon77) BREAKING: binaryInput are now numbers intead of booleans because it can have values other then true/false
* (Apollon77) BREAKING: Some states are converted to strings to allow all values to be passed
* (Apollon77) Fixes on some outputValues
Expand Down
12 changes: 12 additions & 0 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
"name": "digitalstrom",
"version": "2.0.5",
"news": {
"2.0.5": {
"en": "BREAKING: changed datatypes of binaryInput and States! new sunelevation and sunazimuth values added and other optimizations and fixes. See Changelog in README.md",
"de": "BREAKING: Geänderte Datentypen von binaryInput und States! Neue Sonnenhöhen- und Sonnenazimutwerte sowie weitere Optimierungen und Korrekturen. Siehe Changelog in README.md",
"ru": "BREAKING: изменены типы данных для бинарного ввода и состояния! добавлены новые значения sunelevation и sunazimuth, а также другие оптимизации и исправления. Смотрите список изменений в README.md",
"pt": "BREAKING: tipos de dados alterados de binaryInput e States! novos valores de elevação solar e sunazimuth adicionados e outras otimizações e correções. Consulte Registro de alterações em README.md",
"nl": "BREAKING: veranderde datatypes van binaryInput en States! nieuwe sunelevation- en sunazimuth-waarden toegevoegd en andere optimalisaties en fixes. Zie Changelog in README.md",
"fr": "RUPTURE: types de données modifiés de l'entrée binaire et des états! nouvelles valeurs de levée et d'azimut du soleil ajoutées et autres optimisations et corrections. Voir Changelog dans README.md",
"it": "BREAKING: cambiati i tipi di dati di binaryInput e States! nuovi valori di sunelevation e sunazimuth aggiunti e altre ottimizzazioni e correzioni. Vedi Log delle modifiche in README.md",
"es": "ROMPIENDO: ¡cambiaron los tipos de datos de binaryInput y States! Se agregaron nuevos valores de solarización y sunazimut y otras optimizaciones y correcciones. Ver registro de cambios en README.md",
"pl": "ŁAMANIE: zmieniono typy danych binaryInput i stanów! dodano nowe wartości sunelevation i sunazimuth oraz inne optymalizacje i poprawki. Zobacz dziennik zmian w README.md",
"zh-cn": "BREAKING:更改了binaryInput和States的数据类型!添加了新的sunelevation和sunazimuth值以及其他优化和修复。请参阅README.md中的Changelog"
},
"1.0.2": {
"en": "optimized several special cases with buttons and added missing button states, user-states are now optional, other fixes and optimizations",
"de": "Mehrere Sonderfälle mit Schaltflächen optimiert und fehlende Schaltflächenzustände hinzugefügt. Benutzerzustände sind jetzt optional. Weitere Korrekturen und Optimierungen",
Expand Down

0 comments on commit 1738297

Please sign in to comment.