| ... | ... |
@@ -6,7 +6,7 @@ |
| 6 | 6 |
*/ |
| 7 | 7 |
{
|
| 8 | 8 |
// Declares the existence of the globals available in PebbleKit JS. |
| 9 |
- "globals": {"Float64Array": true, "navigator": true, "Uint32Array": true, "console": true, "localStorage": true, "Pebble": true, "require": true, "Float32Array": true, "Int32Array": true, "XMLHttpRequest": true, "exports": true, "WebSocket": true, "Int8Array": true, "setInterval": true, "setTimeout": true, "module": true, "Uint8Array": true, "Int16Array": true, "Uint16Array": true, "Uint8ClampedArray": true},
|
|
| 9 |
+ "globals": {"console": true, "Int8Array": true, "Pebble": true, "setTimeout": true, "localStorage": true, "Uint8Array": true, "require": true, "Uint8ClampedArray": true, "Int32Array": true, "exports": true, "Uint16Array": true, "module": true, "Float64Array": true, "Uint32Array": true, "XMLHttpRequest": true, "Int16Array": true, "setInterval": true, "WebSocket": true, "Float32Array": true, "navigator": true},
|
|
| 10 | 10 |
|
| 11 | 11 |
// Do not mess with standard JavaScript objects (Array, Date, etc) |
| 12 | 12 |
"freeze": true, |
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 | 1 |
module.exports = [ |
| 2 | 2 |
{
|
| 3 | 3 |
"type": "heading", |
| 4 |
- "defaultValue": "Example Header Item" |
|
| 4 |
+ "defaultValue": "DSCam Home Swtich Configuration" |
|
| 5 | 5 |
}, |
| 6 | 6 |
{
|
| 7 | 7 |
"type": "text", |
| 8 |
- "defaultValue": "Example text item." |
|
| 8 |
+ "defaultValue": "Set your Synology account and server." |
|
| 9 | 9 |
}, |
| 10 | 10 |
{
|
| 11 | 11 |
"type": "section", |