iobroker.zigbee 1.10.14 → 2.0.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 CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  ## ioBroker adapter for Zigbee devices via TI cc26x2r/cc2538/cc26x2px and deCONZ ConBee/RaspBee.
13
13
  ### cc2531/cc2530 are obsolet
14
-
14
+
15
15
  With the Zigbee-coordinator based on Texas Instruments SoC, deCONZ ConBee/RaspBee modules, Silicon Labs EZSP v8 or ZIGate USB-TTL it creates its own zigbee-network, into which zigbee-devices are connected.
16
16
 
17
17
 
@@ -124,7 +124,7 @@ There are knowledge bases that can be useful for working with Zigbee-devices and
124
124
 
125
125
  [in English](https://github.com/ioBroker/ioBroker.zigbee/blob/master/docs/en/readme.md)
126
126
 
127
- or
127
+ or
128
128
 
129
129
  [wiki](https://github.com/ioBroker/ioBroker.zigbee/wiki)
130
130
 
@@ -137,9 +137,30 @@ You can thank the authors by these links:
137
137
 
138
138
  -----------------------------------------------------------------------------------------------------
139
139
  ## Changelog
140
+ ### 2.0.1 (2025-02-25)
141
+ * BREAKING CHANGES
142
+ *
143
+ * switch to converters 21 changes the exposes for a large numbern of devices (mostly remotes)
144
+ * new method for controlling color based on subchannels for rgb, hs and xy
145
+ * Exposes as default for ALL devices. Use of old definition as option only
146
+ * Requires Node 20.x or newer
147
+ *
148
+ * (asgothian) Fix Pairing
149
+ * (asgothian) change ping
150
+ * (asgothian) delay map generation until refresh is activated, map messages after generation
151
+ * (asgothian) remove bindings tab from zigbee tab
152
+ * (asgothian) reorder tabs in configuration
153
+ * (asgothian) remove binding tab from configuration
154
+ * (asgothian) remove map from configuration
155
+ * (asgothian) add debug to zigbee tab
156
+ * (asgothian) Herdsman 3.2.5, Converters 21.30.0
157
+ * (asgothian) Exposes as default, use of old device definitions as legacy optional
158
+ * (asgothian) User specific images (model based, device based)
159
+ * (asgothian) Improved group editing - remove members from group card
160
+
140
161
  ### 1.10.14 (2025-01-01)
141
162
  * (arteck) Herdsman 2.1.9, Converters 20.58.0
142
- * (asgothian) Fix: Aqara T1M (CL-L02D)
163
+ * (asgothian) Fix: Aqara T1M (CL-L02D)
143
164
  * (arteck) deleteDeviceStates change to deleteObj
144
165
 
145
166
  ### 1.10.13 (2024-11-10)
@@ -150,10 +171,10 @@ You can thank the authors by these links:
150
171
 
151
172
  ### 1.10.11 (2024-11-02)
152
173
  * BREAKING CHANGE
153
- *
174
+ *
154
175
  * bugs : ChannelScan is currently not available
155
- *
156
- *
176
+ *
177
+ *
157
178
  * (lebrinkma) fix linter errors
158
179
  * (asgothian) disable map display for deactivated devices
159
180
  * (asgothian) new option on map: disable physics interaction
@@ -172,7 +193,7 @@ You can thank the authors by these links:
172
193
  * (arteck) add new eslint version
173
194
 
174
195
  ### 1.10.7 (2024-09-05)
175
- * (arteck) add flow control option
196
+ * (arteck) add flow control option
176
197
  * (asgothian) add new NewHerdsman
177
198
  * (arteck) add new ezsp coordinator Firmware (7.4.1.0)
178
199
 
@@ -208,4 +229,28 @@ You can thank the authors by these links:
208
229
  * Some design update
209
230
  * Binding
210
231
 
232
+
211
233
  ------------------------------------------------------------------------------
234
+
235
+ ## License
236
+ The MIT License (MIT)
237
+
238
+ Copyright (c) 2018-2025 Kirov Ilya <kirovilya@gmail.com>
239
+
240
+ Permission is hereby granted, free of charge, to any person obtaining a copy
241
+ of this software and associated documentation files (the "Software"), to deal
242
+ in the Software without restriction, including without limitation the rights
243
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
244
+ copies of the Software, and to permit persons to whom the Software is
245
+ furnished to do so, subject to the following conditions:
246
+
247
+ The above copyright notice and this permission notice shall be included in
248
+ all copies or substantial portions of the Software.
249
+
250
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
251
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
252
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
253
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
254
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
255
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
256
+ THE SOFTWARE.