-
Notifications
You must be signed in to change notification settings - Fork 4
/
io-package.json
59 lines (59 loc) · 1.66 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": "hp-ilo",
"authors": [
"Sebastian Schultz <[email protected]>"
],
"version": "1.0.6",
"news": {
"1.0.6": {
"en": "Changed test scripts",
"de": "Changed test scripts",
"ru": "Changed test scripts",
"pt": "Changed test scripts",
"fr": "Changed test scripts",
"nl": "Changed test scripts"
}
},
"title": "HP ILO",
"desc": {
"en": "Reads temperature data of Hewlett-Packard servers with Integrated Lights-out (ILO)",
"de": "Liest Temperaturdaten von Hewlett-Packard Servern mit Integrated Lights-out (ILO) aus",
"ru": "Reads temperature data of Hewlett-Packard servers with Integrated Lights-out (ILO)"
},
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "hp-ilo.png",
"enabled": false,
"materialize": true,
"extIcon": "https://raw.githubusercontent.com/SebastianSchultz/ioBroker.hp-ilo/master/admin/hp-ilo.png",
"keywords": [
"hp-ilo",
"HP",
"Hewlett-Packard",
"Hewlett",
"Packard",
"ILO",
"Integrated",
"Lights-out"
],
"readme": "https://github.com/SebastianSchultz/iobroker.hp-ilo/blob/master/README.md",
"loglevel": "info",
"type": "hardware",
"compact": true,
"installedFrom": "https://github.com/SebastianSchultz/ioBroker.hp-ilo/tarball/master"
},
"native": {
"ip": "",
"username": "Administrator",
"password": "",
"pushover": false,
"pushover_instance": "",
"telegram": false,
"telegram_instance": "",
"email": false,
"email_instance": "",
"email_recipient": ""
}
}