Skip to content

Commit fa80209

Browse files
committed
(bluefox) add iobroker.vis-metro adapter
1 parent 4c5feb9 commit fa80209

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

conf/sources-dist.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
"meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis/master/io-package.json",
155155
"icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis/master/admin/vis.png"
156156
},
157+
"vis-metro": {
158+
"meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis-metro/master/io-package.json",
159+
"icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.vis-metro/master/admin/metro.png"
160+
},
157161
"web": {
158162
"meta": "https://raw.githubusercontent.com/ioBroker/ioBroker.web/master/io-package.json",
159163
"icon": "https://raw.githubusercontent.com/ioBroker/ioBroker.web/master/admin/web.png"

lib/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2660,7 +2660,7 @@ function createInstance(adapter, options, callback) {
26602660
var _id = 'system.adapter.' + adapter + '.' + instance;
26612661

26622662
var objs;
2663-
if (!instanceObj.common.onlyWWW) {
2663+
if (!instanceObj.common.onlyWWW && instanceObj.common.mode != 'once') {
26642664
objs = [
26652665
{
26662666
_id: _id + '.alive',

0 commit comments

Comments
 (0)