We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6743d commit 6d186b2Copy full SHA for 6d186b2
lib/openhab.js
@@ -3,7 +3,7 @@
3
var config = require('../config');
4
var request = require('request');
5
6
-// If https is used, allow default and self signed certificates
+// If https is used, allow default and self signed SSL certificates
7
var agent;
8
if ( config.HA_protocol === 'https' ) {
9
var https = require('https');
@@ -114,4 +114,3 @@ function waitTilProcessed(callback) {
114
module.exports.getState = getState;
115
module.exports.setState = setState;
116
module.exports.runVoiceCMD = runVoiceCMD;
117
-
0 commit comments