You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
var ZT1ControllerClient = require('./index.js').ZT1ControllerClient; |
|
|
|
var zt1c = new ZT1ControllerClient('http://127.0.0.1:9993/','5d6181b71fae2684f9cc64ed'); |
|
|
|
zt1c.status(function(err,status) { |
|
console.log(status); |
|
}); |