Send device logs to app.

This commit is contained in:
Simo Kinnunen
2014-03-17 16:41:07 +09:00
parent f93e5423a8
commit ccef3624df
5 changed files with 15 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ var wire = require('./')
var wireutil = {
global: '*ALL'
, log: '*LOG'
, heartbeat: '*HB'
, makePrivateChannel: function() {
return uuid.v4(null, new Buffer(16)).toString('base64')