@rentlydev/rently-tuya 0.1.2 → 0.1.3

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.
@@ -49,7 +49,8 @@ class Tuya: NSObject, ObservableObject {
49
49
  @Published var remainingCapacity = 0.0
50
50
  @Published var used = 0.0
51
51
  @Published var firwareVersion: String? = nil
52
-
52
+ @Published var noOfRetrysSdCardFormat: Int = 0
53
+
53
54
  // Playback
54
55
  @Published var recordDays: [Int]? = nil
55
56
  @Published var playbackVideoList: [[AnyHashable : Any]]? = nil
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rentlydev/rently-tuya",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "rently-tuya",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",