diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-26 13:32:47 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-05-26 13:32:47 -0700 |
| commit | c075e68c6cdddb8d932a6aad315b85aa633e8e0e (patch) | |
| tree | 2ae101c0ff4fe79d9bacebbf30e09a23ab77f6f1 /js/zt1-api-client/test.js | |
| parent | ecb1ee8e0d70e8a6770611398f25a274c4ae6ce8 (diff) | |
| download | infinitytier-c075e68c6cdddb8d932a6aad315b85aa633e8e0e.tar.gz infinitytier-c075e68c6cdddb8d932a6aad315b85aa633e8e0e.zip | |
More work on ZT1 NodeJS API client library.
Diffstat (limited to 'js/zt1-api-client/test.js')
| -rw-r--r-- | js/zt1-api-client/test.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/zt1-api-client/test.js b/js/zt1-api-client/test.js index bfe9b112..6a5db453 100644 --- a/js/zt1-api-client/test.js +++ b/js/zt1-api-client/test.js @@ -19,9 +19,9 @@ zt1.status(function(err,status) { if (status.controller) { zt1.saveControllerNetwork({ - nwid: status.address + 'dead01', - name: 'test network', - private: true + "nwid": status.address + 'dead01', + "name": 'test network', + "private": true },function(err,network) { if (err) console.log(err); |
