|
|
|
@ -571,7 +571,7 @@
|
|
|
|
|
<a class="button button-large button-raised button-fill" href="javascript: ;" v-on:click="call(device.GatewayNumber,device.Number,'/Ir/KeyCodeType1Off')" v-else>禁用空调</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row" v-if="getData(device,'空调')==='开'">
|
|
|
|
|
<form class="KeyCodeType1" method="get" :action="vm.IoTServer+'/App/Exec'">
|
|
|
|
|
<form class="device KeyCodeType1" method="get" :action="vm.IoTServer+'/App/Exec'">
|
|
|
|
|
<input type="hidden" name="ConnectionId" :value="vm.ConnectionId" />
|
|
|
|
|
<input type="hidden" name="Gateway" :value="device.GatewayNumber" />
|
|
|
|
|
<input type="hidden" name="Number" :value="device.Number" />
|
|
|
|
@ -582,21 +582,21 @@
|
|
|
|
|
<div class="col-20">
|
|
|
|
|
<label>电源:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-80">
|
|
|
|
|
<label><input class="ajax" name="power" type="radio" value="2" v-model="getCode1(getValue(device,'按键')).power" />开</label>
|
|
|
|
|
<label><input class="ajax" name="power" type="radio" value="1" v-model="getCode1(getValue(device,'按键')).power" />关</label>
|
|
|
|
|
<div class="col-80 row">
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="power" type="radio" value="2" v-model="getCode1(getValue(device,'按键')).power" />开</label>
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="power" type="radio" value="1" v-model="getCode1(getValue(device,'按键')).power" />关</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-20">
|
|
|
|
|
<label>模式:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-80">
|
|
|
|
|
<label><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="0" />制冷</label>
|
|
|
|
|
<label><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="120" />自动</label>
|
|
|
|
|
<label><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="240" />制热</label>
|
|
|
|
|
<label><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="360" />抽湿</label>
|
|
|
|
|
<label><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="480" />送风</label>
|
|
|
|
|
<div class="col-80 row">
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="0" />制冷</label>
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="120" />自动</label>
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="240" />制热</label>
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="360" />抽湿</label>
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="pattern" type="radio" v-model="getCode1(getValue(device,'按键')).pattern" value="480" />送风</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
@ -611,21 +611,21 @@
|
|
|
|
|
<div class="col-20">
|
|
|
|
|
<label>风向:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-80">
|
|
|
|
|
<label><input name="direction" type="radio" v-model="getCode1(getValue(device,'按键')).direction" value="0" class="ajax" />任意</label>
|
|
|
|
|
<label><input name="direction" type="radio" v-model="getCode1(getValue(device,'按键')).direction" value="60" class="ajax" />手动</label>
|
|
|
|
|
<label><input name="direction" type="radio" v-model="getCode1(getValue(device,'按键')).direction" value="75" class="ajax" />自动</label>
|
|
|
|
|
<div class="col-80 row">
|
|
|
|
|
<label class="button button-raised button-round"><input name="direction" type="radio" v-model="getCode1(getValue(device,'按键')).direction" value="0" class="ajax" />任意</label>
|
|
|
|
|
<label class="button button-raised button-round"><input name="direction" type="radio" v-model="getCode1(getValue(device,'按键')).direction" value="60" class="ajax" />手动</label>
|
|
|
|
|
<label class="button button-raised button-round"><input name="direction" type="radio" v-model="getCode1(getValue(device,'按键')).direction" value="75" class="ajax" />自动</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-20">
|
|
|
|
|
<label>风量:</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-80">
|
|
|
|
|
<label><input class="ajax" name="wind" type="radio" v-model="getCode1(getValue(device,'按键')).wind" value="0" />自动</label>
|
|
|
|
|
<label><input class="ajax" name="wind" type="radio" v-model="getCode1(getValue(device,'按键')).wind" value="15" />高</label>
|
|
|
|
|
<label><input class="ajax" name="wind" type="radio" v-model="getCode1(getValue(device,'按键')).wind" value="30" />中</label>
|
|
|
|
|
<label><input class="ajax" name="wind" type="radio" v-model="getCode1(getValue(device,'按键')).wind" value="45" />低</label>
|
|
|
|
|
<div class="col-80 row">
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="wind" type="radio" v-model="getCode1(getValue(device,'按键')).wind" value="0" />自动</label>
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="wind" type="radio" v-model="getCode1(getValue(device,'按键')).wind" value="15" />高</label>
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="wind" type="radio" v-model="getCode1(getValue(device,'按键')).wind" value="30" />中</label>
|
|
|
|
|
<label class="button button-raised button-round"><input class="ajax" name="wind" type="radio" v-model="getCode1(getValue(device,'按键')).wind" value="45" />低</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|