@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.
- package/ios/tuya/Tuya.swift +2 -1
- package/package.json +1 -1
package/ios/tuya/Tuya.swift
CHANGED
@@ -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
|