Home
last modified time | relevance | path

Searched refs:iot (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/amp/test/
A Dtest_iot.js2 var iot = require('iot'); variable
4 if (!(iot && iot.device)) {
14 var device = iot.device({
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/linkIot/
A DlinkIot.axml2 <button size="default" class="link-iot-btn" onTap="scan" type="primary">
3 <image class="link-iot-btn-img" mode="scaleToFill" src="../../resource/image/scan.png"/>
A DlinkIot.acss8 .link-iot-btn{
16 .link-iot-btn-img{
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/linkkit/
A Dmain.py2 import iot
17 device = iot.Device(key_info)
/AliOS-Things-master/components/py_engine/tests/haas/HaaS200/python-apps/linkkit/
A Dmain.py2 import iot
17 device = iot.Device(key_info)
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/linkkit/
A Dmain.py2 import iot
17 device = iot.Device(key_info)
/AliOS-Things-master/solutions/javascript_demo/common/
A Dulog_demo.js2 import * as iot from 'iot';
46 device = iot.device({
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/speech/
A Dmain.py10 import iot
50 device = iot.Device(key_info)
/AliOS-Things-master/components/amp/example-js/
A Diot.js1 import * as iot from 'iot'
11 device = iot.device({
A Dgateway.js2 import * as iot from 'gateway'
59 gateway = iot.gateway({
A Dota.js2 var iot = require('iot'); variable
23 var device = iot.device({
/AliOS-Things-master/solutions/miniapp_agent_demo/
A DREADME.md64 点击这里(https://iot.console.aliyun.com/)进入物联网平台
88 点击这里(https://haas.iot.aliyun.com/gen-qrcode),前往二维码生成工具。将三元组依次拷贝,生成二维码供小程序读取。
102 也可以使用二维码生成工具(https://haas.iot.aliyun.com/gen-qrcode)
110 点击这里(https://studio.iot.aliyun.com/)进入IoT Studio
/AliOS-Things-master/solutions/javascript_demo/ota_demo/
A Dota_4g.js2 var iot = require('iot'); variable
23 var device = iot.device({
A Dota_wifi.js2 import * as iot from 'iot';
27 device = iot.device({
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Dapp.js22 var iot = require('iot'); variable
155 device = iot.device({
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/
A DREADME.md61 也可以使用二维码生成工具(https://haas.iot.aliyun.com/gen-qrcode)
/AliOS-Things-master/solutions/flower_demo/
A DREADME.md94 请先点击登陆[物联网平台](https://www.aliyun.com/product/iot/iot_instc_public_cn)(未注册阿里云账户的用户,请先完成账户注册),按下面步骤一步…
163 char *url = "iot-as-mqtt.cn-shanghai.aliyuncs.com"; /* 阿里云平台上海站点的域名后缀 */
164 …char host[100] = {0}; /* 用这个数组拼接设备连接的云平台站点全地址, 规则是 ${productKey}.iot-as-mqtt.cn-shanghai.al…
229 │    └─ iot-packet.js              (封装给用户的文件)
/AliOS-Things-master/
A DREADME.md61 - 请到HaaS官方网站 [文档中心](https://haas.iot.aliyun.com/)查看。
69 - AliOS Things 能帮助你更加快速地接入[阿里云物联网平台](https://iot.console.aliyun.com/quick_start)。
/AliOS-Things-master/solutions/ota_demo/
A DREADME.md90 连网成功后,登录[物联网平台](http://iot.console.aliyun.com/)可以看到对应的设备在线:
97 …完成固件的升级,所以需要按照步骤3中修改版本号的方法,修改固件版本号,其他不用修改,再编译生成一个高版本的固件,然后登录[物联网平台](http://iot.console.aliyun.com/…
/AliOS-Things-master/documentation/manual/
A Dmainpage.md61 - 请到HaaS官方网站 [文档中心](https://haas.iot.aliyun.com/)查看。
69 - AliOS Things 能帮助你更加快速地接入[阿里云物联网平台](https://iot.console.aliyun.com/quick_start)。
/AliOS-Things-master/components/amp/jslib/
A Dgen_bytecode_linux.sh6 ./qjsc_linux -c -m src/iot.js -N jslib_iot -M events -M AIOT_DEVICE -M AIOT_GATEWAY -o bytecode/jsl…
A Dgen_bytecode_macos.sh6 …acos -c -m -M events -M AIOT_DEVICE -M AIOT_GATEWAY -N jslib_iot -o bytecode/jslib_iot.c src/iot.js
A Dgen_bytecode.bat6 ….exe -c -m -M events -M AIOT_DEVICE -M AIOT_GATEWAY -N jslib_iot -o bytecode\jslib_iot.c src\iot.js
/AliOS-Things-master/solutions/auto_demo/
A DREADME.md132 char *url = "iot-as-mqtt.cn-shanghai.aliyuncs.com"; /* 阿里云平台上海站点的域名后缀 */
133 …char host[100] = {0}; /* 用这个数组拼接设备连接的云平台站点全地址, 规则是 ${productKey}.iot-as-mqtt.cn-shanghai.al…
268 │    └─ iot-packet.js              (封装给用户的文件)
/AliOS-Things-master/components/amp/libjs/
A Dgenerator.js44 iot: ['JSE_ADVANCED_ADDON_AIOT_DEVICE', 'JSE_ADVANCED_ADDON_AIOT_GATEWAY'], property in macro4libjs

Completed in 20 milliseconds

12