Browse Source

添加小灰熊空调控制指令

feat-230721
zmt 3 years ago
parent
commit
04accdedf6
  1. 11
      .hbuilderx/launch.json
  2. 3
      src/subpackage/device/pages/audio_manage/audio_manage.vue
  3. 3
      src/subpackage/device/pages/switch_manage/switch_manage.vue

11
.hbuilderx/launch.json

@ -1,11 +0,0 @@
{ // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtypelocalremote, localremote
"version": "0.0",
"configurations": [{
"type": "uniCloud",
"default": {
"launchtype": "remote"
}
}
]
}

3
src/subpackage/device/pages/audio_manage/audio_manage.vue

@ -699,7 +699,8 @@
let _obj = {
'acmelec': 'acmelec',
'zhongnan': 'zhongnan',
'jianda': 'ray-air-rs'
'jianda': 'ray-air-rs',
"XiaoHuiXiong":"xhx-lora-air-tcp"
};
return _obj[this.changeLowerCase(hardware_model)] || '';
},

3
src/subpackage/device/pages/switch_manage/switch_manage.vue

@ -486,7 +486,8 @@ export default {
let _obj = {
'acmelec': 'acmelec',
'zhongnan': 'zhongnan',
'jianda': 'ray-air-rs'
'jianda': 'ray-air-rs',
"xiaohuixiong":"xhx-lora-air-tcp"
};
return _obj[this.changeLowerCase(hardware_model)] || '';
},

Loading…
Cancel
Save