react-native-gizwits-sdk-v5 1.4.97-light → 1.4.99-light

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.
@@ -65,10 +65,10 @@ dependencies {
65
65
 
66
66
  implementation 'com.github.wendykierp:JTransforms:3.1'
67
67
 
68
- implementation("io.github.gizwits:sdk:1.5.5-light")
69
- implementation("io.github.gizwits:sdk-bluetooth:1.5.5-light")
70
- implementation("io.github.gizwits:sdk-lan:1.5.5-light")
71
- implementation("io.github.gizwits:sdk-mqtt:1.5.5-light")
68
+ implementation("io.github.gizwits:sdk:1.5.6-light")
69
+ implementation("io.github.gizwits:sdk-bluetooth:1.5.6-light")
70
+ implementation("io.github.gizwits:sdk-lan:1.5.6-light")
71
+ implementation("io.github.gizwits:sdk-mqtt:1.5.6-light")
72
72
  // implementation files('libs/sdk-release.aar', 'libs/sdk-bluetooth-release.aar', 'libs/sdk-lan-release.aar', 'libs/sdk-mqtt-release.aar')
73
73
  implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutine_version")
74
74
  // retrofit
package/lib/types.d.ts CHANGED
@@ -24,7 +24,8 @@ export interface GizDeviceLocalTimerItem {
24
24
  id: number;
25
25
  taskId: number;
26
26
  repeat: [number];
27
- date: number;
27
+ date: string;
28
+ time: string;
28
29
  syncStatus: GizTimerSyncStatus;
29
30
  attr: Object;
30
31
  }
@@ -187,5 +188,6 @@ export interface GizDeviceLocalTimerParams {
187
188
  taskId: number;
188
189
  attr: Object;
189
190
  repeat: [number];
190
- date: number;
191
+ date: string;
192
+ time: string;
191
193
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-sdk-v5",
3
- "version": "1.4.97-light",
3
+ "version": "1.4.99-light",
4
4
  "description": "Gizwits",
5
5
  "homepage": "https://github.com/demchenkoalex/react-native-gizwits-sdk-v5#readme",
6
6
  "main": "lib/index.js",
@@ -19,6 +19,6 @@ Pod::Spec.new do |s|
19
19
 
20
20
  s.dependency 'React'
21
21
  s.dependency 'CryptoSwift', '~> 1.8.0'
22
- s.dependency 'GizwitsiOSSDKLight', '~> 1.7.25'
22
+ s.dependency 'GizwitsiOSSDKLight', '~> 1.7.26'
23
23
 
24
24
  end