zigbee-herdsman-converters 19.11.0 → 19.11.2
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/CHANGELOG.md +16 -0
- package/devices/tuya.js +1 -1
- package/devices/tuya.js.map +1 -1
- package/lib/generateDefinition.js +0 -1
- package/lib/generateDefinition.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [19.11.2](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.11.1...v19.11.2) (2024-04-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Fix `XX has multiple 'ota'` when generating definition https://github.com/Koenkk/zigbee-herdsman-converters/pull/7287 ([daf21b5](https://github.com/Koenkk/zigbee-herdsman-converters/commit/daf21b51ac618c11da8ee720e518e8883742dc1c))
|
|
9
|
+
|
|
10
|
+
## [19.11.1](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.11.0...v19.11.1) (2024-03-31)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **ignore:** fix `NAS-PS09B2` model ([bb360c8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bb360c82d82ff32f0f45cf2e61af7d1ac403eddb))
|
|
16
|
+
* **ignore:** update dependencies ([#7285](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7285)) ([4ac8bdd](https://github.com/Koenkk/zigbee-herdsman-converters/commit/4ac8bdd82b12e698c4ad69aed4e8af68d3020f62))
|
|
17
|
+
* **ignore:** update dependencies ([#7293](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7293)) ([896544c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/896544c72b3054ad347a030da6df58b25b5a95ca))
|
|
18
|
+
|
|
3
19
|
## [19.11.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.10.0...v19.11.0) (2024-03-31)
|
|
4
20
|
|
|
5
21
|
|
package/devices/tuya.js
CHANGED
|
@@ -7486,7 +7486,7 @@ const definitions = [
|
|
|
7486
7486
|
},
|
|
7487
7487
|
{
|
|
7488
7488
|
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_kyhbrfyl']),
|
|
7489
|
-
model: 'NAS-PS09B2
|
|
7489
|
+
model: 'NAS-PS09B2',
|
|
7490
7490
|
vendor: 'Neo',
|
|
7491
7491
|
description: 'Human presence sensor',
|
|
7492
7492
|
fromZigbee: [tuya.fz.datapoints],
|