From 41b04081ef9b73fde09f46ea9521831572008cf1 Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Wed, 30 Jun 2021 11:49:18 +0800
Subject: [PATCH] update

---
 screen-common/src/main/java/com/moral/constant/Constants.java |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java
index a56abbd..75ce9a3 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -114,11 +114,30 @@
      * */
     public static final String SYSTEM_DICT_TYPE_PURCHASER = "purchaser";
 
-
     /*
      * ������������������������
      * */
     public static final String UN_ADJUST = "unadjust";
 
+    /*
+     * ���������������������
+     * */
+    public static final String DEVICE_STATE_OFFLINE = "4";
+
+    /*
+     * ������code
+     * */
+    public static final String SENSOR_CODE_O3 = "a05024";
+
+    /*
+     * vocs code
+     * */
+    public static final String SENSOR_CODE_VOCS = "a99054";
+
+    /*
+     * ������code
+     * */
+    public static final String SENSOR_CODE_TEMP = "a01001";
+
 
 }

--
Gitblit v1.8.0