More devices

This commit is contained in:
2016-10-10 22:56:11 +02:00
parent e18cac8891
commit 5b0148f355
5 changed files with 96 additions and 4 deletions
+5 -1
View File
@@ -90,7 +90,11 @@ function doHoBuDoorBellCall() {
});
req.on('error', function(err) {
Log.error(err);
if(HOST) {
Log.error(HOST + ': ' + err);
} else {
Log.error(err);
}
});
req.end();