|
|
@@ -126,4 +126,18 @@ public class DevTypeUtil {
|
|
|
public static String[] getGssqTypes(){
|
|
|
return new String[]{IotDeviceDictConst.TYPE_XPH_YF_GSSQ, IotDeviceDictConst.TYPE_ADZN_GSSQ};
|
|
|
}
|
|
|
+
|
|
|
+ public static String[] getRecogCbdypes(){
|
|
|
+ return new String[]{
|
|
|
+ IotDeviceDictConst.TYPE_YF_CBD, IotDeviceDictConst.TYPE_YF_SDCBD,
|
|
|
+ IotDeviceDictConst.TYPE_YF_XCT
|
|
|
+ };
|
|
|
+ }
|
|
|
+
|
|
|
+ public static String[] getAllCbdypes(){
|
|
|
+ return new String[]{
|
|
|
+ IotDeviceDictConst.TYPE_YF_CBD, IotDeviceDictConst.TYPE_YF_SDCBD,
|
|
|
+ IotDeviceDictConst.TYPE_YF_XCT, IotDeviceDictConst.TYPE_YF_GKCBD
|
|
|
+ };
|
|
|
+ }
|
|
|
}
|