homebridge-syntex-webhooks
Advanced tools
Comparing version 1.0.5-b37 to 1.0.5-b38
@@ -316,3 +316,4 @@ var request = require('request'); | ||
mac: this.mac, | ||
type: this.type | ||
type: this.type, | ||
name: this.name | ||
}; | ||
@@ -323,3 +324,4 @@ } | ||
var device = { | ||
mac: this.mac | ||
mac: this.mac, | ||
name: this.name | ||
}; | ||
@@ -405,3 +407,4 @@ } | ||
var device = { | ||
mac: this.mac | ||
mac: this.mac, | ||
name: this.name | ||
}; | ||
@@ -408,0 +411,0 @@ |
{ | ||
"name": "homebridge-syntex-webhooks", | ||
"version": "1.0.5-b37", | ||
"version": "1.0.5-b38", | ||
"description": "A webhook plugin for HTTP devices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
56700
1114