Explorar o código

device_info.json

yds hai 11 meses
pai
achega
cdfa7eb649
Modificáronse 3 ficheiros con 18 adicións e 4 borrados
  1. 16 0
      config/device_info.json
  2. 1 3
      config/module.config.json
  3. 1 1
      config/module.definition.json

+ 16 - 0
config/device_info.json

@@ -0,0 +1,16 @@
+{
+    "id":"",
+    "name":"",
+    "code":"",
+    "model":"",
+    "type":"",
+    "serverId":"",
+    "desciption":"",
+    "moduleId":"",
+    "status":"",
+    "moduleConfig":{
+
+    }
+
+}
+

+ 1 - 3
config/module.config.json

@@ -5,9 +5,7 @@
     "model": "",
     "type": "",
     "props": [
-        "deviceId"
-        :
-        ""
+        {"deviceId": ""}
     ],
     "settings": [
         {

+ 1 - 1
config/module.definition.json

@@ -64,7 +64,7 @@
                 "props": {
                     "selected": 1,
                     "dataSource": "api",
-                    "apiUrl": "http://xxx.xxx/xxx/xxx",
+                    "apiUrl": "http://xxx.xxx/xxx/xxx"
                 }
             }
         },