mirror of
https://github.com/mtan93/homebridge.git
synced 2026-04-14 06:13:12 +01:00
Remove log
This commit is contained in:
@@ -18,7 +18,6 @@ X10.prototype = {
|
|||||||
var that = this;
|
var that = this;
|
||||||
|
|
||||||
this.log("Setting power state of " + this.deviceID + " to " + powerOn);
|
this.log("Setting power state of " + this.deviceID + " to " + powerOn);
|
||||||
this.log("http://"+this.ip_address+"/x10/"+this.deviceID+"/power/"+binaryState+"?protocol="+this.protocol);
|
|
||||||
request.put({
|
request.put({
|
||||||
url: "http://"+this.ip_address+"/x10/"+this.deviceID+"/power/"+binaryState+"?protocol="+this.protocol,
|
url: "http://"+this.ip_address+"/x10/"+this.deviceID+"/power/"+binaryState+"?protocol="+this.protocol,
|
||||||
}, function(err, response, body) {
|
}, function(err, response, body) {
|
||||||
|
|||||||
Reference in New Issue
Block a user