Skip to content

Commit

Permalink
Remove 8883 server option
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jan 6, 2021
1 parent e906612 commit 232d0ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions alexa.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ module.exports = function(RED) {
clientId: node.username,
reconnectPeriod: 5000,
servers:[
{
protocol: 'mqtts',
host: 'alexa-node-red.hardill.me.uk',
port: 8883
},
// {
// protocol: 'mqtts',
// host: 'alexa-node-red.hardill.me.uk',
// port: 8883
// },
{
protocol: 'mqtt',
host: 'alexa-node-red.hardill.me.uk',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-alexa-home-skill",
"version": "0.1.18",
"version": "0.1.19",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 232d0ba

Please sign in to comment.