Skip to content

Commit

Permalink
remove improper nested rem config
Browse files Browse the repository at this point in the history
  • Loading branch information
tagyoureit committed Feb 11, 2021
1 parent c8279f7 commit b5dd306
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,25 +123,25 @@
"rootTopic": "@bind=(state.equipment.model).replace(' ','-').replace('/','').toLowerCase();",
"retain": true,
"qos": 0
}
},
"rem": {
"name": "Relay Equipment Manager",
"type": "rem",
"enabled": false,
"options": {
"protocol": "http://",
"host": "raspberrypi",
"port": 8080
},
"rem": {
"name": "Relay Equipment Manager",
"type": "rem",
"enabled": false,
"options": {
"protocol": "http://",
"host": "raspberrypi",
"port": 8080
},
"socket": {
"transports": [
"websocket"
],
"upgrade": false,
"reconnectionDelay": 2000,
"reconnection": true,
"reconnectionDelayMax": 20000
}
"socket": {
"transports": [
"websocket"
],
"upgrade": false,
"reconnectionDelay": 2000,
"reconnection": true,
"reconnectionDelayMax": 20000
}
}
}
Expand Down

0 comments on commit b5dd306

Please sign in to comment.