react-native-gizwits-sdk-v5 1.3.96 → 1.3.98
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 +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { Tabs, Tab, Callout } from 'nextra/components'
|
|
2
|
-
|
|
3
1
|
# API 文档
|
|
4
2
|
|
|
5
3
|
[API文档](https://sdkdoc.gizwits.com/rn/basic)
|
|
@@ -19,7 +17,7 @@ import { Tabs, Tab, Callout } from 'nextra/components'
|
|
|
19
17
|
* lanCapability
|
|
20
18
|
* mqttCapability
|
|
21
19
|
|
|
22
|
-
|
|
20
|
+

|
|
23
21
|
|
|
24
22
|
这三个能力都继承于 GizBaseCapability,都实现了控制、连接等功能。在开发的过程中您可以自由的选择连接某个通道,对某个通道下发指令。
|
|
25
23
|
|