This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
io-package.json
59 lines (59 loc) · 1.77 KB
/
io-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"common": {
"name": "radar",
"version": "1.2.1" ,
"title": "Radar for IP and Bluetooth devices",
"desc": {
"en": "This adapter can scan IP and bluetooth addresses foravailability and also get exchange rates from European Central Bank and get ing fill from HP printers",
"de": "Dieser Adapter überprüft IP-Adressen und Bluetooth-Adressen auf Verfügbarkeit. Er kann auch Wechselkurse der ECB und Tintenfüllstände für HP anzeigen"
},
"authors": [
"frankjoke <[email protected]>"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"availableModes": [
"daemon"
],
"materialize": true,
"readme": "https://github.com/frankjoke/ioBroker.radar/blob/master/README.md",
"loglevel": "info",
"icon": "radar.png",
"keywords": [
"ping",
"ip",
"mac",
"bluetooth",
"radar"
],
"extIcon": "https://raw.githubusercontent.com/frankjoke/ioBroker.radar/master/admin/radar.png",
"type": "network"
},
"native": {
"devices": [
{
"name": "Ich-",
"ip": "localhost",
"macs": "",
"bluetooth": ""
},
{
"name": "Fritzbox",
"ip": "fritz.box",
"macs": "",
"bluetooth": ""
}
],
"scandelay": 60,
"arp_scan_cmd": "--retry=4",
"btadapterid": 0,
"printerdelay": 500,
"external": 300,
"delayaway": 10,
"delayuwz": 1800,
"numuwz": 0,
"longuwz": false
},
"objects": []
}