Skip to content

Commit

Permalink
(bluefox) add iobroker.vis-metro adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jun 28, 2015
1 parent 4c5feb9 commit fa80209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions conf/sources-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@
"meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis/master/io-package.json",
"icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis/master/admin/vis.png"
},
"vis-metro": {
"meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis-metro/master/io-package.json",
"icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis-metro/master/admin/metro.png"
},
"web": {
"meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.web/master/io-package.json",
"icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.web/master/admin/web.png"
Expand Down
2 changes: 1 addition & 1 deletion lib/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2660,7 +2660,7 @@ function createInstance(adapter, options, callback) {
var _id = 'system.adapter.' + adapter + '.' + instance;

var objs;
if (!instanceObj.common.onlyWWW) {
if (!instanceObj.common.onlyWWW && instanceObj.common.mode != 'once') {
objs = [
{
_id: _id + '.alive',
Expand Down

0 comments on commit fa80209

Please sign in to comment.