homebridge-syntex-webhooks
Advanced tools
Comparing version 1.0.5-b34 to 1.0.5-b35
@@ -322,4 +322,3 @@ var request = require('request'); | ||
var device = { | ||
mac: this.mac, | ||
name: this.name | ||
mac: this.mac | ||
}; | ||
@@ -405,4 +404,3 @@ } | ||
var device = { | ||
mac: this.mac, | ||
name: this.name | ||
mac: this.mac | ||
}; | ||
@@ -409,0 +407,0 @@ |
{ | ||
"name": "homebridge-syntex-webhooks", | ||
"version": "1.0.5-b34", | ||
"version": "1.0.5-b35", | ||
"description": "A webhook plugin for HTTP devices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
56614
1111