Comparing version 3.3.1 to 3.3.2
@@ -96,3 +96,5 @@ 'use strict'; | ||
self.emit('gateblu:config', config); | ||
updateType(); | ||
if(!data.type) { | ||
updateType(); | ||
} | ||
debug('ready', data); | ||
@@ -99,0 +101,0 @@ self.refreshDevices(function(error){ |
{ | ||
"name": "gateblu", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "", | ||
@@ -37,2 +37,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
13183
193