deviceCommand.vue 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847
  1. <template>
  2. <!-- pages/deviceCommand/deviceCommand.wxml -->
  3. <view class="container">
  4. <view class="item-container">
  5. <button v-if="type != 'YWWL'" class="cmd-item flex-row flex-between" @tap="bindUptimeDialogOpen">
  6. <view class="flex-row">
  7. <image class="item-icon" src="/static/resource/images/shangbaojiange.png"></image>
  8. <view class="item-text">上报间隔</view>
  9. </view>
  10. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  11. </button>
  12. <button class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="SAFEON">
  13. <view class="flex-row">
  14. <image class="item-icon" src="/static/resource/images/bufang.png"></image>
  15. <view class="item-text">布防</view>
  16. </view>
  17. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  18. </button>
  19. <button class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="SAFEOFF">
  20. <view class="flex-row">
  21. <image class="item-icon" src="/static/resource/images/chefang.png"></image>
  22. <view class="item-text">撤防</view>
  23. </view>
  24. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  25. </button>
  26. <button class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="LOCATION">
  27. <view class="flex-row">
  28. <image class="item-icon" src="/static/resource/images/lijidingwei.png"></image>
  29. <view class="item-text">立即定位</view>
  30. </view>
  31. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  32. </button>
  33. <!-- <button wx:if="{{ type=='YWJT' }}" class="cmd-item flex-row flex-between" bindtap="bindPrioritySendCommand" data-cmd="SETLOWVOLTAGE">
  34. <view class="flex-row">
  35. <image class="item-icon" src="/resource/images/lijidingwei.png"></image>
  36. <view class="item-text">低电告警设置</view>
  37. </view>
  38. <image class="item-icon" src="/resource/images/youjiantou.png"></image>
  39. </button> -->
  40. <button v-if="type == 'YWWL'" class="cmd-item flex-row flex-between" @tap="bindPrioritySendCommand" data-cmd="LOCATIONPRIORITY">
  41. <view class="flex-row">
  42. <image class="item-icon" src="/static/resource/images/lijidingwei.png"></image>
  43. <view class="item-text">定位优先级设置</view>
  44. </view>
  45. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  46. </button>
  47. <button v-if="type == 'YWWL'" class="cmd-item flex-row flex-between" @tap="bindLocationModelSendCommand" data-cmd="LOCATIONMODEL">
  48. <view class="flex-row">
  49. <image class="item-icon" src="/static/resource/images/lijidingwei.png"></image>
  50. <view class="item-text">定位模式</view>
  51. </view>
  52. <view class="flex-row">
  53. <view v-if="gpsData.yw_work_mode != null">
  54. <view v-if="index == 0" class="item-text" style="margin-right: 20rpx">{{ columns[index] + ' ' + intelligentList[timeIndex].lable }}</view>
  55. <view v-if="index == 1" class="item-text" style="margin-right: 20rpx">{{ columns[index] + ' ' + positionList[timeIndex].lable }}</view>
  56. <view v-if="index == 2" class="item-text" style="margin-right: 20rpx">{{ columns[index] + ' ' + powersaveList[timeIndex].lable }}</view>
  57. </view>
  58. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  59. </view>
  60. </button>
  61. </view>
  62. <view class="item-container">
  63. <!--button class="cmd-item flex-row flex-between">
  64. <view class="flex-row">
  65. <image class="item-icon" src="/resource/images/weilan.png"></image>
  66. <view class="item-text">围栏</view>
  67. </view>
  68. <image class="item-icon" src="/resource/images/youjiantou.png"></image>
  69. </button-->
  70. <button v-if="type != 'YWWL'" class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="CLOSERELAY">
  71. <view class="flex-row">
  72. <image class="item-icon" src="/static/resource/images/duandian.png"></image>
  73. <view class="item-text">控制断电</view>
  74. </view>
  75. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  76. </button>
  77. <button v-if="type != 'YWWL'" class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="OPENRELAY">
  78. <view class="flex-row">
  79. <image class="item-icon" src="/static/resource/images/tongdian.png"></image>
  80. <view class="item-text">恢复通电</view>
  81. </view>
  82. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  83. </button>
  84. <button class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="RESTART">
  85. <view class="flex-row">
  86. <image class="item-icon" src="/static/resource/images/chongqi.png"></image>
  87. <view class="item-text">设备重启</view>
  88. </view>
  89. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  90. </button>
  91. <button v-if="type != 'YWWL'" class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="RESET">
  92. <view class="flex-row">
  93. <image class="item-icon" src="/static/resource/images/huifuchuchang.png"></image>
  94. <view class="item-text">恢复出厂设置</view>
  95. </view>
  96. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  97. </button>
  98. <!-- <button wx:if="{{ type !='YWWL' }}" class="cmd-item flex-row flex-between" bindtap="bindSendCommand" data-cmd="RESET">
  99. <view class="flex-row">
  100. <image class="item-icon" src="http://qiniu.bms16.com/yijian_report.png"></image>
  101. <view class="item-text">一键报失</view>
  102. </view>
  103. <image class="item-icon" src="/resource/images/youjiantou.png"></image>
  104. </button> -->
  105. <button v-if="type != 'YWJT' && type != 'YWWL'" class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="OPENBUZZER">
  106. <view class="flex-row">
  107. <image class="item-icon" src="/static/resource/images/fmqk.png"></image>
  108. <view class="item-text">打开蜂鸣器</view>
  109. </view>
  110. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  111. </button>
  112. <button v-if="type != 'YWJT' && type != 'YWWL'" class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="CLOSEBUZZER">
  113. <view class="flex-row">
  114. <image class="item-icon" src="/static/resource/images/fmqg.png"></image>
  115. <view class="item-text">关闭蜂鸣器</view>
  116. </view>
  117. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  118. </button>
  119. <button v-if="bt_type == 'AD3BTS'" class="cmd-item flex-row flex-between" @tap="bindSendCommand" data-cmd="BPS">
  120. <view class="flex-row">
  121. <image class="item-icon" src="/static/resource/images/fmqk.png"></image>
  122. <view class="item-text">设置波特率</view>
  123. </view>
  124. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  125. </button>
  126. </view>
  127. <view class="item-container">
  128. <button class="cmd-item flex-row flex-between" @tap="bindCommandList">
  129. <view class="flex-row">
  130. <image class="item-icon" src="/static/resource/images/shijian1.png"></image>
  131. <view class="item-text">指令记录</view>
  132. </view>
  133. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  134. </button>
  135. </view>
  136. <view class="item-container">
  137. <button class="cmd-item flex-row flex-between" @tap="bindUnbind">
  138. <view class="flex-row">
  139. <view class="item-text">解绑设备</view>
  140. </view>
  141. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  142. </button>
  143. </view>
  144. <van-dialog
  145. use-slot
  146. title="上报间隔"
  147. :show="uptimeDialogShow"
  148. show-cancel-button
  149. confirm-button-text="确定"
  150. confirm-button-color="#06C689"
  151. @confirm="bindUptimeDialogConfirm"
  152. >
  153. <van-cell-group style="padding: 40rpx 32rpx">
  154. <van-field :value="uptime" left-icon="clock-o" @change="onUptimeChange" />
  155. </van-cell-group>
  156. </van-dialog>
  157. <van-dialog
  158. use-slot
  159. title="类型"
  160. :show="locationModelDialogShow"
  161. show-cancel-button
  162. confirm-button-text="确定"
  163. confirm-button-color="#06C689"
  164. @confirm="bindLocatonModelDialogConfirm"
  165. >
  166. <!-- <van-cell-group style="padding: 40rpx 32rpx;"> -->
  167. <!-- <van-picker value="{{ uptime }}" left-icon="clock-o" bind:change="onUptimeChange"/> -->
  168. <!-- <van-picker title="定位模式" columns="{{columns}}" bind:confirm="onConfirm" bind:cancel="onCancel" bind:change="onChange" /> -->
  169. <!-- </van-cell-group> -->
  170. <button class="cmd-item flex-row flex-between" @tap="clickSelectModelType">
  171. <view class="flex-row">
  172. <view class="item-text">{{ columns[index] }}</view>
  173. </view>
  174. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  175. </button>
  176. <button class="cmd-item flex-row flex-between" @tap="clickSelectTimeModelType">
  177. <view v-if="index == 0" class="flex-row">
  178. <view class="item-text">{{ intelligentList[timeIndex].lable }}</view>
  179. </view>
  180. <view v-if="index == 1" class="flex-row">
  181. <view class="item-text">{{ positionList[timeIndex].lable }}</view>
  182. </view>
  183. <view v-if="index == 2" class="flex-row">
  184. <view class="item-text">{{ powersaveList[timeIndex].lable }}</view>
  185. </view>
  186. <image class="item-icon" src="/static/resource/images/youjiantou.png"></image>
  187. </button>
  188. <view class="tag" v-if="index == 0">根据G-Sensor的判断,设备检测到震动时,按设置的时间间隔定时上报位置;静止超过三分钟,自动进入休眠仅维持心跳,显示在线</view>
  189. <view class="tag" v-if="index == 1">设备仅按设置的时间间隔定时上报位置,每次上报位置之后自动进入休眠仅维持心跳,显示在线</view>
  190. <view class="tag" v-if="index == 2">设备仅按设置的时间间隔定时上报位置,每次上报位置之后自动关闭设备网络进入深度休眠省电模式,显示离线,无法远程唤醒</view>
  191. <!-- <view wx:if="{{index == 0}}" class="flex-row">
  192. <view class="item-text">{{intelligentList[timeIndex].lable}}</view>
  193. </view>
  194. <view wx:if="{{index == 1}}" class="flex-row">
  195. <view class="item-text">{{positionList[timeIndex].lable}}</view>
  196. </view>
  197. <view wx:if="{{index == 2}}" class="flex-row">
  198. <view class="item-text">{{powersaveList[timeIndex].lable}}</view>
  199. </view> -->
  200. </van-dialog>
  201. </view>
  202. </template>
  203. <script>
  204. // pages/deviceCommand/deviceCommand.js
  205. var config = require('../../common/config.js');
  206. var http = require('../../common/http.js');
  207. var common = require('../../common/common.js');
  208. var storage = require('../../common/storage.js');
  209. var bluetooth = require('../../common/bluetooth.js');
  210. export default {
  211. data() {
  212. return {
  213. macid: '',
  214. type: '',
  215. uptimeDialogShow: false,
  216. locationModelDialogShow: false,
  217. uptime: '',
  218. loading: false,
  219. param: [],
  220. cmdLabel: '',
  221. timeLabel: '',
  222. gpsData: null,
  223. columns: ['智能模式', '定位模式', '省电模式'],
  224. intelligentList: [
  225. {
  226. lable: '30秒',
  227. value: 30
  228. },
  229. {
  230. lable: '60秒',
  231. value: 60
  232. },
  233. {
  234. lable: '180秒',
  235. value: 180
  236. }
  237. ],
  238. positionList: [
  239. {
  240. lable: '5分钟',
  241. value: 300
  242. },
  243. {
  244. lable: '10分钟',
  245. value: 600
  246. },
  247. {
  248. lable: '1小时',
  249. value: 3600
  250. }
  251. ],
  252. powersaveList: [
  253. {
  254. lable: '4小时',
  255. value: 240
  256. },
  257. {
  258. lable: '12小时',
  259. value: 720
  260. },
  261. {
  262. lable: '24小时',
  263. value: 1440
  264. }
  265. ],
  266. index: 0,
  267. timeIndex: 0,
  268. bt_type: '',
  269. bt_status: 0,
  270. lable: ''
  271. };
  272. }
  273. /**
  274. * 生命周期函数--监听页面加载
  275. */,
  276. onLoad: function (options) {
  277. if (!options.macid) {
  278. uni.navigateBack({
  279. delta: 1
  280. });
  281. }
  282. console.log(options);
  283. const battery_sn = options.macid;
  284. // if (bluetooth.isConnected(battery_sn)) {
  285. // bluetooth.onCharacteristicStateChange(battery_sn, 'deviceCommand', (data) => {
  286. // console.log("蓝牙读取的bms数据:")
  287. // console.log(data)
  288. // var btBmsInfo = bluetooth.bmsInfo(battery_sn)
  289. // if (btBmsInfo) {
  290. // btBmsInfo.time = parseInt(new Date().getTime() / 1000)
  291. // }
  292. // if (btBmsInfo.btsets && this.data.btBmsInfo && this.data.btBmsInfo.btsets) {
  293. // btBmsInfo.btsets.forEach((item, index) => {
  294. // item.vars.forEach((v, i) => {
  295. // this.data.btBmsInfo.btsets.forEach(p => {
  296. // var n = p.vars.find(u => u.name == v.name && u.set)
  297. // if (n != undefined) {
  298. // btBmsInfo.btsets[index].vars[i].set = n.set
  299. // }
  300. // })
  301. // })
  302. // })
  303. // }
  304. // console.log(btBmsInfo)
  305. // this.setData({
  306. // btBmsInfo: btBmsInfo
  307. // })
  308. // })
  309. // bluetooth.stateUpdate(battery_sn)
  310. // }
  311. const device = storage.getSelectedDeviceInfo();
  312. console.log(device);
  313. this.setData({
  314. macid: options.macid,
  315. type: options.type ? options.type : '',
  316. bt_type: options.bt_type ? options.bt_type : ''
  317. });
  318. this.loadGPSInfo();
  319. console.log('type' + this.type);
  320. },
  321. /**
  322. * 生命周期函数--监听页面初次渲染完成
  323. */
  324. onReady: function () {},
  325. /**
  326. * 生命周期函数--监听页面显示
  327. */
  328. onShow: function () {},
  329. /**
  330. * 生命周期函数--监听页面隐藏
  331. */
  332. onHide: function () {},
  333. /**
  334. * 生命周期函数--监听页面卸载
  335. */
  336. onUnload: function () {},
  337. /**
  338. * 页面相关事件处理函数--监听用户下拉动作
  339. */
  340. onPullDownRefresh: function () {},
  341. /**
  342. * 页面上拉触底事件的处理函数
  343. */
  344. onReachBottom: function () {},
  345. /**
  346. * 用户点击右上角分享
  347. */
  348. onShareAppMessage: function () {},
  349. methods: {
  350. clickSelectTimeModelType() {
  351. var list = [];
  352. if (this.index == 0) {
  353. list = this.intelligentList;
  354. }
  355. if (this.index == 1) {
  356. list = this.positionList;
  357. }
  358. if (this.index == 2) {
  359. list = this.powersaveList;
  360. }
  361. var strList = [];
  362. for (var i = 0; list.length > i; i++) {
  363. strList.push(list[i].lable);
  364. }
  365. const me = this;
  366. uni.showActionSheet({
  367. itemList: strList,
  368. success(res) {
  369. me.setData({
  370. timeIndex: res.tapIndex
  371. });
  372. }
  373. });
  374. },
  375. clickSelectModelType() {
  376. const me = this;
  377. uni.showActionSheet({
  378. itemList: ['智能模式', '定位模式', '省电模式'],
  379. success(res) {
  380. me.setData({
  381. index: res.tapIndex,
  382. timeIndex: 0
  383. });
  384. }
  385. });
  386. },
  387. loadGPSInfo() {
  388. const me = this;
  389. http.postApi(
  390. config.API_GPS_INFO,
  391. {
  392. macid: this.macid
  393. },
  394. (resp) => {
  395. if (resp.data.code === 200) {
  396. var data = resp.data.data.info;
  397. this.setData({
  398. gpsData: data
  399. });
  400. if (data.yw_location_pri != null) {
  401. }
  402. if (data.yw_work_mode != null) {
  403. var intervalTime = 0;
  404. if (data.yw_work_mode.mode - 0 == 3) {
  405. intervalTime = (data.yw_work_mode.inteval - 0) / 60;
  406. } else {
  407. intervalTime = data.yw_work_mode.inteval - 0;
  408. }
  409. if (data.yw_work_mode.mode - 0 == 2) {
  410. this.setData({
  411. index: 0
  412. });
  413. for (var i = 0; this.intelligentList.length > i; i++) {
  414. if (intervalTime == this.intelligentList[i].value) {
  415. this.setData({
  416. timeIndex: i
  417. });
  418. }
  419. }
  420. }
  421. if (data.yw_work_mode.mode - 0 == 1) {
  422. this.setData({
  423. index: 1
  424. });
  425. for (var i = 0; this.positionList.length > i; i++) {
  426. if (intervalTime == this.positionList[i].value) {
  427. this.setData({
  428. timeIndex: i
  429. });
  430. }
  431. }
  432. }
  433. if (data.yw_work_mode.mode - 0 == 3) {
  434. this.setData({
  435. index: 2
  436. });
  437. for (var i = 0; this.powersaveList.length > i; i++) {
  438. if (intervalTime == this.powersaveList[i].value) {
  439. this.setData({
  440. timeIndex: i
  441. });
  442. }
  443. }
  444. }
  445. }
  446. }
  447. }
  448. );
  449. },
  450. bluetoothConnect: function (time = null) {
  451. if (this.loading && time == null) {
  452. return;
  453. }
  454. const device = storage.getSelectedDeviceInfo();
  455. if (device && bluetooth.acceptDevice(device)) {
  456. this.setData({
  457. loading: true
  458. });
  459. if (time == null) {
  460. time = new Date().getTime();
  461. }
  462. bluetooth.openBluetoothAdapter(
  463. (res) => {
  464. console.log(res);
  465. bluetooth.connectDevice(
  466. device,
  467. () => {
  468. common.simpleToast('蓝牙连接成功');
  469. this.setData({
  470. bt_status: 1
  471. });
  472. bluetooth.onCharacteristicStateChange(device.mac_id, 'home', (data) => {
  473. if (bluetooth.bluetoothDeviceConfig && data != null) {
  474. common.reportBms(device.mac_id, data, function (success) {});
  475. }
  476. });
  477. bluetooth.onConnectionStateChange(device.mac_id, 'home', (res) => {
  478. if (!res.connected) {
  479. this.setData({
  480. bt_status: 2
  481. });
  482. } else {
  483. this.setData({
  484. bt_status: 1
  485. });
  486. }
  487. });
  488. setTimeout(() => {
  489. this.setData({
  490. loading: false
  491. });
  492. }, 800 - ((new Date().getTime() - time) % 800));
  493. },
  494. (res) => {
  495. console.log(res);
  496. uni.showModal({
  497. content: '连接设备失败,请靠近设备重试',
  498. confirmText: '重试',
  499. success: (res) => {
  500. if (res.confirm) {
  501. this.bluetoothConnect(time);
  502. } else {
  503. setTimeout(() => {
  504. this.setData({
  505. loading: false
  506. });
  507. }, 800 - ((new Date().getTime() - time) % 800));
  508. }
  509. },
  510. fail: (res) => {
  511. console.log(res);
  512. setTimeout(() => {
  513. this.setData({
  514. loading: false
  515. });
  516. }, 800 - ((new Date().getTime() - time) % 800));
  517. }
  518. });
  519. }
  520. );
  521. },
  522. (res) => {
  523. console.log(res);
  524. uni.showModal({
  525. content: '需使用手机蓝牙功能,请打开蓝牙',
  526. confirmText: '重试',
  527. success: (res) => {
  528. if (res.confirm) {
  529. this.bluetoothConnect(time);
  530. } else {
  531. setTimeout(() => {
  532. this.setData({
  533. loading: false
  534. });
  535. }, 800 - ((new Date().getTime() - time) % 800));
  536. }
  537. },
  538. fail: (res) => {
  539. console.log(res);
  540. setTimeout(() => {
  541. this.setData({
  542. loading: false
  543. });
  544. }, 800 - ((new Date().getTime() - time) % 800));
  545. }
  546. });
  547. }
  548. );
  549. }
  550. },
  551. sendBtCommand: function (cmd) {
  552. const that = this;
  553. const device = storage.getSelectedDeviceInfo();
  554. if (bluetooth.isConnected(this.macid)) {
  555. if (cmd == 'CLOSERELAY') {
  556. bluetooth.turnOff(
  557. that.macid,
  558. function () {
  559. common.simpleToast('发送成功');
  560. if (bluetooth.isUniversalBluetoothPlugin(device)) {
  561. setTimeout(function () {
  562. bluetooth.stateUpdate(
  563. that.macid,
  564. (res) => {},
  565. (res) => {}
  566. );
  567. }, 2000);
  568. }
  569. },
  570. function () {
  571. common.simpleToast('发送失败');
  572. }
  573. );
  574. } else if (cmd == 'OPENRELAY') {
  575. bluetooth.turnOn(
  576. that.macid,
  577. function () {
  578. if (bluetooth.isUniversalBluetoothPlugin(device)) {
  579. setTimeout(function () {
  580. bluetooth.stateUpdate(
  581. that.macid,
  582. (res) => {},
  583. (res) => {}
  584. );
  585. }, 2000);
  586. }
  587. common.simpleToast('发送成功');
  588. },
  589. function () {
  590. common.simpleToast('发送失败');
  591. }
  592. );
  593. } else if (cmd == 'OPENBUZZER') {
  594. bluetooth.turnOnBuzzer(
  595. that.macid,
  596. function () {
  597. common.simpleToast('发送成功');
  598. },
  599. function () {
  600. common.simpleToast('发送失败');
  601. }
  602. );
  603. } else if (cmd == 'CLOSEBUZZER') {
  604. bluetooth.turnOffBuzzer(
  605. that.macid,
  606. function () {
  607. common.simpleToast('发送成功');
  608. if (bluetooth.isUniversalBluetoothPlugin(device)) {
  609. setTimeout(function () {
  610. bluetooth.stateUpdate(
  611. that.macid,
  612. (res) => {},
  613. (res) => {}
  614. );
  615. }, 2000);
  616. }
  617. },
  618. function () {
  619. common.simpleToast('发送失败');
  620. }
  621. );
  622. } else if (cmd == 'BPS') {
  623. uni.showActionSheet({
  624. itemList: ['0: 4800', '1: 9600', '2: 14400', '3: 38400', '4: 56000', '5: 57600', '6: 115200'],
  625. success(res) {
  626. bluetooth.setBaud(
  627. that.macid,
  628. res.tapIndex,
  629. function () {
  630. common.simpleToast('发送成功');
  631. },
  632. function () {
  633. common.simpleToast('发送失败');
  634. }
  635. );
  636. }
  637. });
  638. }
  639. } else {
  640. this.bluetoothConnect();
  641. }
  642. },
  643. bindPrioritySendCommand: function (e) {
  644. const cmd = e.currentTarget.dataset.cmd;
  645. uni.showActionSheet({
  646. itemList: ['GLW', 'LGW'],
  647. success: (res) => {
  648. var index = res.tapIndex + 1;
  649. this.setData({
  650. param: [index]
  651. });
  652. this.sendCommand(cmd);
  653. }
  654. });
  655. },
  656. bindLocationModelSendCommand() {
  657. this.setData({
  658. locationModelDialogShow: true
  659. });
  660. },
  661. bindLocatonModelDialogConfirm() {
  662. common.loading();
  663. // if(this.data.columns[this.data.index] == 0){
  664. // }
  665. var params1 = '';
  666. var params2 = '';
  667. if (this.index == 0) {
  668. params1 = 2;
  669. params2 = this.intelligentList[this.timeIndex].value;
  670. }
  671. if (this.index == 1) {
  672. params1 = 1;
  673. params2 = this.positionList[this.timeIndex].value;
  674. }
  675. if (this.index == 2) {
  676. params1 = 3;
  677. params2 = this.powersaveList[this.timeIndex].value;
  678. }
  679. console.log([params1, params2]);
  680. http.postApi(
  681. config.API_BATTERY_SEND_COMMAND,
  682. {
  683. macid: this.macid,
  684. cmd: 'LOCATIONMODEL',
  685. param: [params1, params2]
  686. },
  687. function (resp) {
  688. if (resp.data.code === 200) {
  689. uni.hideLoading();
  690. common.simpleToast('操作成功');
  691. } else {
  692. common.simpleToast(resp.data.msg);
  693. }
  694. }
  695. );
  696. },
  697. bindSendCommand: function (e) {
  698. const device = storage.getSelectedDeviceInfo();
  699. const cmd = e.currentTarget.dataset.cmd;
  700. this.sendCommand(e.currentTarget.dataset.cmd);
  701. if (bluetooth.isSingleBT(device)) {
  702. if (cmd == 'CLOSERELAY' || cmd == 'OPENRELAY' || cmd == 'OPENBUZZER' || cmd == 'CLOSEBUZZER' || cmd == 'BPS') {
  703. this.sendBtCommand(cmd);
  704. }
  705. }
  706. },
  707. bindkeyReportLoss() {},
  708. sendCommand: function (cmd) {
  709. uni.showModal({
  710. content: '确定发送指令吗?',
  711. showCancel: true,
  712. cancelText: '取消',
  713. confirmText: '确定',
  714. success: (res) => {
  715. console.log(res);
  716. if (res.confirm) {
  717. common.loading();
  718. http.postApi(
  719. config.API_BATTERY_SEND_COMMAND,
  720. {
  721. macid: this.macid,
  722. cmd: cmd,
  723. param: this.param
  724. },
  725. function (resp) {
  726. if (resp.data.code === 200) {
  727. uni.hideLoading();
  728. common.simpleToast('操作成功');
  729. } else {
  730. common.simpleToast(resp.data.msg);
  731. }
  732. }
  733. );
  734. }
  735. },
  736. fail: function (res) {},
  737. complete: function (res) {}
  738. });
  739. },
  740. bindUptimeDialogOpen() {
  741. this.setData({
  742. uptimeDialogShow: true,
  743. uptime: ''
  744. });
  745. },
  746. onUptimeChange(event) {
  747. this.setData({
  748. uptime: event.detail
  749. });
  750. },
  751. bindUptimeDialogConfirm() {
  752. common.loading();
  753. http.postApi(
  754. config.API_BATTERY_SEND_COMMAND,
  755. {
  756. macid: this.macid,
  757. cmd: 'UPTIME',
  758. param: [this.uptime]
  759. },
  760. function (resp) {
  761. if (resp.data.code === 200) {
  762. uni.hideLoading();
  763. common.simpleToast('操作成功');
  764. } else {
  765. common.simpleToast(resp.data.msg);
  766. }
  767. }
  768. );
  769. },
  770. bindCommandList() {
  771. uni.navigateTo({
  772. url: '/pages/commandList/commandList?macid=' + this.macid
  773. });
  774. },
  775. bindUnbind() {
  776. uni.showModal({
  777. content: '您确定要解绑当前设备吗?',
  778. showCancel: true,
  779. cancelText: '取消',
  780. confirmText: '确定',
  781. success: (res) => {
  782. console.log(res);
  783. if (res.confirm) {
  784. common.loading();
  785. http.postApi(
  786. config.API_BATTERY_UNBIND,
  787. {
  788. macid: this.macid
  789. },
  790. function (resp) {
  791. if (resp.data.code === 200) {
  792. uni.hideLoading();
  793. common.simpleToast('操作成功');
  794. storage.setRefreshDeviceoPage(true);
  795. uni.navigateBack({
  796. delta: 1
  797. });
  798. } else {
  799. common.simpleToast(resp.data.msg);
  800. }
  801. }
  802. );
  803. }
  804. },
  805. fail: function (res) {},
  806. complete: function (res) {}
  807. });
  808. }
  809. }
  810. };
  811. </script>
  812. <style>
  813. @import './deviceCommand.css';
  814. </style>