Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
gerswin committed Oct 9, 2018
1 parent cd0c796 commit 084a7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sonoff_server/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sonoff Home Server",
"version": "31",
"version": "32",
"slug": "sonoff-server",
"description": "Sonoff Server Hass.IO",
"url": "https://github.com/gerswin/ihomeaddons",
Expand Down
4 changes: 2 additions & 2 deletions sonoff_server/rootfs/usr/bin/sonoff/sonoff.server.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ module.exports.createServer = function(config) {
res.json({
"error": 0,
"reason": "ok",
"IP": configFile.server.IP,
"port": configFile.server.websocketPort
"IP": config.server.IP,
"port": config.server.websocketPort
});
});

Expand Down

0 comments on commit 084a7fa

Please sign in to comment.