|
@@ -36,13 +36,16 @@ deviceBtnBind($("#hotPannel .ac-con .iconfengsu2"), '04', '2')// windSpeed
|
|
|
deviceBtnBind($("#hotPannel .ac-con .iconfengsu11"), '04', '1')// windSpeed
|
|
|
deviceBtnBind($("#hotPannel .ac-con .minbtn .ac-btn").eq(0), '05', ()=>{return hotNeedUpdatePannel.temperature - 1 + ''})// temperature
|
|
|
deviceBtnBind($("#hotPannel .ac-con .minbtn .ac-btn").eq(1), '05', ()=>{return hotNeedUpdatePannel.temperature + 1 + ''})// temperature
|
|
|
-deviceBtnBind($("#hotPannel .ac-con .ac-close"), '02', '0')// close
|
|
|
+
|
|
|
+deviceBtnBind($("#hotPannel .ac-con .ac-close"), '02', '0')// close
|
|
|
+deviceBtnBind($("#hotPannel .ac-con .ac-switch .ac-btn"), '02', '1')// open
|
|
|
+
|
|
|
//{"0":"自动","1":"除湿","2":"冷风","3":"送风","4":"暖风"}
|
|
|
-deviceBtnBind($('#hotPannel .ac-con .airmode .ac-btn[data-name="自动"]'), '03', '0')//mode
|
|
|
-deviceBtnBind($('#hotPannel .ac-con .airmode .ac-btn[data-name="除湿"]'), '03', '1')//mode
|
|
|
-deviceBtnBind($('#hotPannel .ac-con .airmode .ac-btn[data-name="冷风"]'), '03', '2')//mode
|
|
|
-deviceBtnBind($('#hotPannel .ac-con .airmode .ac-btn[data-name="送风"]'), '03', '3')//mode
|
|
|
-deviceBtnBind($('#hotPannel .ac-con .airmode .ac-btn[data-name="暖风"]'), '03', '4')//mode
|
|
|
+deviceBtnBind($('#hotPannel .ac-con #airmode .ac-btn[data-name="自动"]'), '03', '0')//mode
|
|
|
+deviceBtnBind($('#hotPannel .ac-con #airmode .ac-btn[data-name="除湿"]'), '03', '1')//mode
|
|
|
+deviceBtnBind($('#hotPannel .ac-con #airmode .ac-btn[data-name="冷风"]'), '03', '2')//mode
|
|
|
+deviceBtnBind($('#hotPannel .ac-con #airmode .ac-btn[data-name="送风"]'), '03', '3')//mode
|
|
|
+deviceBtnBind($('#hotPannel .ac-con #airmode .ac-btn[data-name="暖风"]'), '03', '4')//mode
|
|
|
//风向 {"1":"上","2":"下","3":"左","4":"右"}
|
|
|
deviceBtnBind($('#hotPannel .ac-con .air-con .ac-btn.up'), '06', '1')//fanPos
|
|
|
deviceBtnBind($('#hotPannel .ac-con .air-con .ac-btn.down'), '06', '2')//fanPos
|