|
|
|
@ -97,7 +97,7 @@ public class ZxCelueServiceImpl extends ServiceImpl<ZxCelueMapper, ZxCelue> impl
|
|
|
|
|
action.append("&&");
|
|
|
|
|
}
|
|
|
|
|
//设备号.设备型号.下行方法.参数.操作值
|
|
|
|
|
action.append(String.format("%s.%s.%s.%s=\"%s\"",serial,modelCode,method,parameter,zxCelue.getStatus()));
|
|
|
|
|
action.append(String.format("%s.%s.%s.%s=\"%s\"",serial,modelCode,method,parameter,type));
|
|
|
|
|
}
|
|
|
|
|
//String s = "s10001.switch1.controlSwitch1.ctrl_ch0_status=\"1\"&&s10002.switch1.controlSwitch1.ctrl_ch0_status=\"1\"";
|
|
|
|
|
}
|
|
|
|
|