zigbee-herdsman-converters 24.0.0 → 24.1.0
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 +14 -0
- package/dist/devices/custom_devices_diy.js +1 -1
- package/dist/devices/custom_devices_diy.js.map +1 -1
- package/dist/devices/smlight.d.ts.map +1 -1
- package/dist/devices/smlight.js +2 -1
- package/dist/devices/smlight.js.map +1 -1
- package/dist/devices/sunricher.d.ts.map +1 -1
- package/dist/devices/sunricher.js +12 -1
- package/dist/devices/sunricher.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +3 -1
- package/dist/devices/tuya.js.map +1 -1
- package/dist/lib/sunricher.d.ts.map +1 -1
- package/dist/lib/sunricher.js +13 -48
- package/dist/lib/sunricher.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +1 -1
package/dist/devices/tuya.js
CHANGED
|
@@ -6705,7 +6705,7 @@ exports.definitions = [
|
|
|
6705
6705
|
{ modelID: "TS011F", applicationVersion: 68, priority: -1 },
|
|
6706
6706
|
{ modelID: "TS011F", applicationVersion: 65, priority: -1 },
|
|
6707
6707
|
{ modelID: "TS011F", applicationVersion: 64, priority: -1 },
|
|
6708
|
-
{ modelID: "TS011F", softwareBuildID: "1.0.5\u0000", priority: -1 },
|
|
6708
|
+
{ modelID: "TS011F", softwareBuildID: "1.0.5\u0000", manufacturerName: "_TZ3000_cehuw1lw", priority: -1 },
|
|
6709
6709
|
],
|
|
6710
6710
|
model: "TS011F_plug_3",
|
|
6711
6711
|
description: "Smart plug (with power monitoring by polling)",
|
|
@@ -18128,6 +18128,8 @@ exports.definitions = [
|
|
|
18128
18128
|
configure: tuya.configureMagicPacket,
|
|
18129
18129
|
endpoint: (device) => ({
|
|
18130
18130
|
default: 1,
|
|
18131
|
+
l1: 1,
|
|
18132
|
+
l2: 1,
|
|
18131
18133
|
}),
|
|
18132
18134
|
},
|
|
18133
18135
|
{
|