|
@@ -35,6 +35,7 @@ public class DevOperateUtil {
|
|
|
devtypeBidSet.add(IotDeviceDictConst.TYPE_YF_BZY);
|
|
devtypeBidSet.add(IotDeviceDictConst.TYPE_YF_BZY);
|
|
|
devtypeBidSet.add(IotDeviceDictConst.TYPE_YF_L_BZY);
|
|
devtypeBidSet.add(IotDeviceDictConst.TYPE_YF_L_BZY);
|
|
|
devtypeBidSet.add(IotDeviceDictConst.TYPE_YF_XYCB_III);
|
|
devtypeBidSet.add(IotDeviceDictConst.TYPE_YF_XYCB_III);
|
|
|
|
|
+ devtypeBidSet.add(IotDeviceDictConst.TYPE_RUNHAO_SF);
|
|
|
|
|
|
|
|
if(!devtypeBidSet.contains(devtypeBid)){
|
|
if(!devtypeBidSet.contains(devtypeBid)){
|
|
|
throw new IotBizException(IotErrorCode.FAILURE.getCode(), "暂不支持该此操作");
|
|
throw new IotBizException(IotErrorCode.FAILURE.getCode(), "暂不支持该此操作");
|