Skip to content

Commit 6d186b2

Browse files
committed
Updated comment, removed line
1 parent 4c6743d commit 6d186b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/openhab.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var config = require('../config');
44
var request = require('request');
55

6-
// If https is used, allow default and self signed certificates
6+
// If https is used, allow default and self signed SSL certificates
77
var agent;
88
if ( config.HA_protocol === 'https' ) {
99
var https = require('https');
@@ -114,4 +114,3 @@ function waitTilProcessed(callback) {
114114
module.exports.getState = getState;
115115
module.exports.setState = setState;
116116
module.exports.runVoiceCMD = runVoiceCMD;
117-

0 commit comments

Comments
 (0)