代码拉取完成,页面将自动刷新
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv=Content-Type content="text/html;charset=utf-8">
<script src="sdk.min.js"></script>
</head>
<body>
<div class="wrapper">
F12在控制台查看log
</div>
<script>
var api = new OneNetApi('geh3sTZLbE=6INlp0cjQlLIoMfA=');
/**
* 读取设备多个数据流
* api.getDataStreams(设备id)
* */
api.getDataStreams(680817).done(function(data){
console.log('api调用完成,服务器返回data为:', data);
});
/**
* 获取数据点
* api.getDataPoints(设备id, 参数)
* 参数为一个json对象,可以设置各个读取参数,参数列表参考http://open.iot.10086.cn/apidoc/datapoint/view.html
* */
api.getDataPoints(680817, {datastream_id:'temp'}).done(function(data){
console.log('api调用完成,服务器返回data为:', data);
});
/**
* 发送命令
* api.sendCommand(设备id, 命令内容) 命令内容参考http://open.iot.10086.cn/apidoc/cmd/create.html
* */
api.sendCommand(680817, '100').done(function(data){
console.log('api调用完成,服务器返回data为:', data);
});
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。