iobroker.tapo 0.3.3 → 0.4.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/README.md +8 -0
- package/build/lib/utils/camera/tapoCamera.js +313 -181
- package/build/lib/utils/camera/tapoCamera.js.map +3 -3
- package/build/lib/utils/camera/types/tapo.js.map +1 -1
- package/build/lib/utils/energyUsage.js.map +1 -1
- package/build/lib/utils/l510e.js +3 -3
- package/build/lib/utils/l510e.js.map +2 -2
- package/build/lib/utils/l520e.js +3 -5
- package/build/lib/utils/l520e.js.map +2 -2
- package/build/lib/utils/l530.js +64 -24
- package/build/lib/utils/l530.js.map +2 -2
- package/build/lib/utils/newTpLinkCipher.js +33 -12
- package/build/lib/utils/newTpLinkCipher.js.map +3 -3
- package/build/lib/utils/p100.js +98 -113
- package/build/lib/utils/p100.js.map +3 -3
- package/build/lib/utils/p110.js +31 -15
- package/build/lib/utils/p110.js.map +2 -2
- package/build/lib/utils/powerUsage.js.map +1 -1
- package/build/lib/utils/tpLinkCipher.js +10 -3
- package/build/lib/utils/tpLinkCipher.js.map +3 -3
- package/build/lib/utils/tplinkAccessory.js +17 -0
- package/build/lib/utils/tplinkAccessory.js.map +7 -0
- package/build/lib/utils/usage.js.map +1 -1
- package/build/main.js +15 -13
- package/build/main.js.map +2 -2
- package/io-package.json +27 -9
- package/package.json +25 -20
package/README.md
CHANGED
|
@@ -32,6 +32,14 @@ tapo.0.id.remote auf true/false setzen steuert den jeweiligen Befehl. Der Befehl
|
|
|
32
32
|
<https://forum.iobroker.net/topic/57336/test-adapter-tp-link-tapo/>
|
|
33
33
|
|
|
34
34
|
## Changelog
|
|
35
|
+
### 0.4.0 (2024-11-29)
|
|
36
|
+
|
|
37
|
+
- fixed Get Device Info failed error
|
|
38
|
+
|
|
39
|
+
### 0.3.4 (2024-11-10)
|
|
40
|
+
|
|
41
|
+
- update Tapo local lib
|
|
42
|
+
|
|
35
43
|
### 0.3.3 (2024-06-17)
|
|
36
44
|
|
|
37
45
|
- ignore ssl legacy error
|