whychdw
2019-10-22 855f20493d6fb90eb4ae35dec7f80183ae1800d0
platforms/android/app/src/main/assets/www/js/common_functions.js
@@ -7,4 +7,29 @@
        rs = $(rs).parent().get(0);
    }
    return rs;
}
}
// 定义设备状态对应关系
var devWorkerStates = [
   {
      value: 0,
      text: '停止状态',
   },
   {
      value: 1,
      text: '暂停放电',
   },
   {
      value: 2,
      text: '正在放电',
   },
   {
      value: 3,
      text: '暂停充电',
   },
   {
      value: 4,
      text: '正在充电'
   },
];