iobroker.yamaha 2.2.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -14
- package/admin/i18n/de.json +354 -249
- package/admin/i18n/en.json +354 -249
- package/admin/i18n/es.json +354 -249
- package/admin/i18n/fr.json +354 -249
- package/admin/i18n/it.json +354 -249
- package/admin/i18n/nl.json +354 -249
- package/admin/i18n/pl.json +354 -249
- package/admin/i18n/pt.json +354 -249
- package/admin/i18n/ru.json +354 -249
- package/admin/i18n/uk.json +354 -249
- package/admin/i18n/zh-cn.json +354 -249
- package/build/lib/browse/objects.js +16 -16
- package/build/lib/browse/objects.js.map +2 -2
- package/build/lib/catalog/build-objects.js +11 -2
- package/build/lib/catalog/build-objects.js.map +2 -2
- package/build/lib/catalog/types.js +58 -38
- package/build/lib/catalog/types.js.map +2 -2
- package/build/lib/device-controller.js +2 -2
- package/build/lib/device-controller.js.map +2 -2
- package/build/lib/i18n.js +2 -2
- package/build/lib/i18n.js.map +2 -2
- package/build/lib/xml/catalog.js +71 -20
- package/build/lib/xml/catalog.js.map +2 -2
- package/build/lib/xml/device-controller.js +16 -10
- package/build/lib/xml/device-controller.js.map +2 -2
- package/build/lib/ynca/catalog.js +201 -116
- package/build/lib/ynca/catalog.js.map +2 -2
- package/build/lib/yxc/catalog.js +211 -40
- package/build/lib/yxc/catalog.js.map +2 -2
- package/build/lib/yxc/command-mapper.js +56 -14
- package/build/lib/yxc/command-mapper.js.map +2 -2
- package/build/lib/yxc/device-controller.js +1 -1
- package/build/lib/yxc/device-controller.js.map +2 -2
- package/build/lib/yxc/object-mapper.js +118 -85
- package/build/lib/yxc/object-mapper.js.map +2 -2
- package/build/main.js +11 -11
- package/build/main.js.map +2 -2
- package/io-package.json +27 -27
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -103,6 +103,15 @@ On the very first contact the adapter asks the receiver which functions it suppo
|
|
|
103
103
|
Placeholder for the next version (at the beginning of the line):
|
|
104
104
|
### **WORK IN PROGRESS**
|
|
105
105
|
-->
|
|
106
|
+
### 2.3.1 (2026-09-03)
|
|
107
|
+
|
|
108
|
+
- (krobipd) Fixed: the new datapoint explanations were missing on MusicCast and older XML devices, so those users saw an empty description where the receiver has one
|
|
109
|
+
|
|
110
|
+
### 2.3.0 (2026-09-03)
|
|
111
|
+
|
|
112
|
+
- (krobipd) New: every datapoint and every folder now carries a short explanation in eleven languages, so the object tree tells you what a value actually means
|
|
113
|
+
- (krobipd) Improved: a text that has no translation yet falls back to readable English instead of showing an internal key
|
|
114
|
+
|
|
106
115
|
### 2.2.0 (2026-09-03)
|
|
107
116
|
|
|
108
117
|
- (krobipd) Changed: the playback times are now a number in seconds, so the media player, Alexa and Google can show them on every receiver
|
|
@@ -132,20 +141,6 @@ On the very first contact the adapter asks the receiver which functions it suppo
|
|
|
132
141
|
- (krobipd) Fixed: on a receiver with both an analogue and a DAB tuner the AM band stays selectable and every band change reaches the right tuner
|
|
133
142
|
- (krobipd) Fixed: a hiccup of the ioBroker database while the adapter starts no longer stops the instance — it says so in the log and keeps the receivers running
|
|
134
143
|
|
|
135
|
-
### 2.0.4 (2026-09-02)
|
|
136
|
-
|
|
137
|
-
- (krobipd) Fixed: a short outage of the ioBroker database no longer restarts the adapter — a failed write is logged once and the next value is written normally
|
|
138
|
-
- (krobipd) Fixed: the protocol badges on the device card are reset when a device starts and when the adapter stops, so a crash no longer leaves a green badge next to a red dot
|
|
139
|
-
- (krobipd) Fixed: stopping or restarting the adapter while it is still searching the network now stops it completely — it no longer keeps working half-started until the next restart
|
|
140
|
-
- (krobipd) Fixed: the scene list keeps its titles on MusicCast receivers that also answer over XML or YNCA — the title-less MusicCast list no longer replaces it at startup
|
|
141
|
-
- (krobipd) Fixed: a timeout while probing an older receiver for scenes or menus is asked again on the next connect instead of being remembered as "none" until the next restart
|
|
142
|
-
- (krobipd) Fixed: writing one equalizer band before the receiver reported all three no longer sends zeros for the other two — the zone status is fetched first
|
|
143
|
-
- (krobipd) Improved: a receiver that is off for a while is retried no later than the configured maximum wait, and an oversized answer from a wrong host can no longer eat the adapter's memory
|
|
144
|
-
|
|
145
|
-
### 2.0.3 (2026-09-01)
|
|
146
|
-
|
|
147
|
-
- (krobipd) Fixed: the update cleanup now removes every never-filled leftover datapoint — a history recording setting no longer shields it, because nothing was ever recorded there and nothing is lost
|
|
148
|
-
|
|
149
144
|
[Older changelogs can be found there](CHANGELOG_OLD.md)
|
|
150
145
|
|
|
151
146
|
## History
|