From 3bc13fee2122079839a8ae9d93f9e5c01daf59d2 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.14> Date: 星期三, 28 十一月 2018 15:35:35 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/pages/js/common.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/pages/js/common.js b/gx_tieta/WebRoot/pages/js/common.js index d9071ea..6587c43 100644 --- a/gx_tieta/WebRoot/pages/js/common.js +++ b/gx_tieta/WebRoot/pages/js/common.js @@ -465,6 +465,11 @@ gl.CMD.gprs.param = 145; gl.CMD.gprs.signal = "CSQ"; gl.CMD.gprs.threadinfo = 0x17; + + // CMD涓媌att + gl.namespace('CMD.batt'); + gl.CMD.batt.get = 0x36; // 鑾峰彇鐢垫睜鍙傛暟 + gl.CMD.batt.set = 0x37; // 璁剧疆鐢垫睜鍙傛暟 })(jQuery, window, document, GLOBAL); // 鍦板浘淇℃伅 -- Gitblit v1.9.1