Louis authored on17/12/2018 23:06:28
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,64 +0,0 @@
1
-{
2
-    "targetPlatforms": [
3
-        "diorite"
4
-    ], 
5
-    "projectType": "native", 
6
-    "messageKeys": {
7
-        "status": 10000, 
8
-        "username": 10002, 
9
-        "password": 10003, 
10
-        "JSReady": 10004, 
11
-        "server": 10001
12
-    }, 
13
-    "companyName": "ljonget@gmail.com", 
14
-    "enableMultiJS": true, 
15
-    "versionLabel": "1.1", 
16
-    "longName": "DSCam Home-Switch", 
17
-    "shortName": "DSCam Home-Switch", 
18
-    "name": "dscam-h-s", 
19
-    "sdkVersion": "3", 
20
-    "displayName": "DSCam Home-Switch", 
21
-    "uuid": "d701bcb8-1076-4adb-9e38-9c21566efc24", 
22
-    "appKeys": {
23
-        "status": 10000, 
24
-        "username": 10002, 
25
-        "password": 10003, 
26
-        "JSReady": 10004, 
27
-        "server": 10001
28
-    }, 
29
-    "capabilities": [
30
-        "configurable"
31
-    ], 
32
-    "watchapp": {
33
-        "watchface": false
34
-    }, 
35
-    "resources": {
36
-        "media": [
37
-            {
38
-                "menuIcon": true, 
39
-                "type": "bitmap", 
40
-                "targetPlatforms": null, 
41
-                "file": "images/icon.png", 
42
-                "name": "IMAGE_MENU_ICON"
43
-            }, 
44
-            {
45
-                "targetPlatforms": null, 
46
-                "type": "bitmap", 
47
-                "name": "Q_MARK", 
48
-                "file": "images/q_mark.png"
49
-            }, 
50
-            {
51
-                "targetPlatforms": null, 
52
-                "type": "bitmap", 
53
-                "name": "HOME_OFF", 
54
-                "file": "images/home_off.png"
55
-            }, 
56
-            {
57
-                "targetPlatforms": null, 
58
-                "type": "bitmap", 
59
-                "name": "HOME_ON", 
60
-                "file": "images/home_on.png"
61
-            }
62
-        ]
63
-    }
64
-}
65 0
\ No newline at end of file
Browse code

JSReady enabled

Louis authored on18/09/2018 23:08:46
Showing1 changed files
... ...
@@ -7,6 +7,7 @@
7 7
         "status": 10000, 
8 8
         "username": 10002, 
9 9
         "password": 10003, 
10
+        "JSReady": 10004, 
10 11
         "server": 10001
11 12
     }, 
12 13
     "companyName": "ljonget@gmail.com", 
... ...
@@ -22,6 +23,7 @@
22 23
         "status": 10000, 
23 24
         "username": 10002, 
24 25
         "password": 10003, 
26
+        "JSReady": 10004, 
25 27
         "server": 10001
26 28
     }, 
27 29
     "capabilities": [
Louis authored on25/08/2018 23:51:28
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,62 @@
1
+{
2
+    "targetPlatforms": [
3
+        "diorite"
4
+    ], 
5
+    "projectType": "native", 
6
+    "messageKeys": {
7
+        "status": 10000, 
8
+        "username": 10002, 
9
+        "password": 10003, 
10
+        "server": 10001
11
+    }, 
12
+    "companyName": "ljonget@gmail.com", 
13
+    "enableMultiJS": true, 
14
+    "versionLabel": "1.1", 
15
+    "longName": "DSCam Home-Switch", 
16
+    "shortName": "DSCam Home-Switch", 
17
+    "name": "dscam-h-s", 
18
+    "sdkVersion": "3", 
19
+    "displayName": "DSCam Home-Switch", 
20
+    "uuid": "d701bcb8-1076-4adb-9e38-9c21566efc24", 
21
+    "appKeys": {
22
+        "status": 10000, 
23
+        "username": 10002, 
24
+        "password": 10003, 
25
+        "server": 10001
26
+    }, 
27
+    "capabilities": [
28
+        "configurable"
29
+    ], 
30
+    "watchapp": {
31
+        "watchface": false
32
+    }, 
33
+    "resources": {
34
+        "media": [
35
+            {
36
+                "menuIcon": true, 
37
+                "type": "bitmap", 
38
+                "targetPlatforms": null, 
39
+                "file": "images/icon.png", 
40
+                "name": "IMAGE_MENU_ICON"
41
+            }, 
42
+            {
43
+                "targetPlatforms": null, 
44
+                "type": "bitmap", 
45
+                "name": "Q_MARK", 
46
+                "file": "images/q_mark.png"
47
+            }, 
48
+            {
49
+                "targetPlatforms": null, 
50
+                "type": "bitmap", 
51
+                "name": "HOME_OFF", 
52
+                "file": "images/home_off.png"
53
+            }, 
54
+            {
55
+                "targetPlatforms": null, 
56
+                "type": "bitmap", 
57
+                "name": "HOME_ON", 
58
+                "file": "images/home_on.png"
59
+            }
60
+        ]
61
+    }
62
+}
0 63
\ No newline at end of file