lab11-gateway-id
v0.1.1
Published
Get the gateway's ID.
Downloads
8
Readme
Gateway ID
Get a gateway ID from the current running gateway.
var gateway_id = require('labll-gateway-id');
gateway_id.id(function (id) {
console.log('Gateway ID is ' + id);
});