|
|
@ -22,11 +22,11 @@ public class Constant { |
|
|
public static String screenType = "HDMI"; // 欣威视通3399设备为假关机 HDMI连接:可以用来判断是否为关机状态 LVDS连接:只能用定时关机时间来判断
|
|
|
public static String screenType = "HDMI"; // 欣威视通3399设备为假关机 HDMI连接:可以用来判断是否为关机状态 LVDS连接:只能用定时关机时间来判断
|
|
|
public static boolean newGuide = false; // 指路机类型,true:新版指路机 false:老板指路机(流花)
|
|
|
public static boolean newGuide = false; // 指路机类型,true:新版指路机 false:老板指路机(流花)
|
|
|
public static String mqttState = ""; // 屏幕连接方式
|
|
|
public static String mqttState = ""; // 屏幕连接方式
|
|
|
public static String androidBoardType = ""; //设备板子型号 无固定版
|
|
|
|
|
|
|
|
|
// public static String androidBoardType = ""; //设备板子型号 无固定版
|
|
|
// public static String androidBoardType = "ys"; // 设备板子型号 ys(亿晟) 北京颐堤港定制touch
|
|
|
// public static String androidBoardType = "ys"; // 设备板子型号 ys(亿晟) 北京颐堤港定制touch
|
|
|
// public static String androidBoardType = "xwst"; //设备板子型号 xwst(欣威视通3399)
|
|
|
// public static String androidBoardType = "xwst"; //设备板子型号 xwst(欣威视通3399)
|
|
|
// public static String androidBoardType = "xwst2"; //设备板子型号 xwst2(欣威视通3588、T982、3576)
|
|
|
// public static String androidBoardType = "xwst2"; //设备板子型号 xwst2(欣威视通3588、T982、3576)
|
|
|
// public static String androidBoardType = "zc"; //设备板子型号 zc(卓策主板——王府井喜悦、杨浦中心医院)
|
|
|
|
|
|
|
|
|
public static String androidBoardType = "zc"; //设备板子型号 zc(卓策主板——王府井喜悦、杨浦中心医院)
|
|
|
// public static String androidBoardType = "sx"; //设备板子型号 sx(视想)
|
|
|
// public static String androidBoardType = "sx"; //设备板子型号 sx(视想)
|
|
|
// public static String androidBoardType = "nova"; //设备板子型号 诺瓦盒子 华贸LED
|
|
|
// public static String androidBoardType = "nova"; //设备板子型号 诺瓦盒子 华贸LED
|
|
|
// public static String androidBoardType = "huidu"; //设备板子型号 huidu(灰度主板) 罗湖寻车机
|
|
|
// public static String androidBoardType = "huidu"; //设备板子型号 huidu(灰度主板) 罗湖寻车机
|
|
|
|