Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cgHome committed May 15, 2017
1 parent 743175f commit 1cd814b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions homebridge/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@
{
"platform": "mqtt",
"name": "mqtt",
"url": "ws://127.0.0.1:9001",
"url": "mqtt://127.0.0.1",
"topic_prefix": "cFlat"
}
],
"accessories": [
{}
]
"accessories": []
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cflat",
"version": "0.0.3",
"version": "0.0.4",
"description": "cFlat - Smart Home Gateway",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"traefik",
"hypriotOS"
],
"author": "Chris.Gross <cgHome@gmx.net>",
"author": "Chris Gross <cgHome@gmx.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cgHome/cFlat/issues"
Expand Down

0 comments on commit 1cd814b

Please sign in to comment.