-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathio-package.json
104 lines (104 loc) · 2.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"common": {
"name": "b-control-em",
"version": "0.3.1",
"news": {
"0.3.1": {
"en": "Update for js-controller 5.0",
"de": "Update für js-controller ANHANG",
"ru": "Обновление для js-controller 5,0",
"pt": "Atualização para js-controller 5",
"nl": "Update voor Js-controller 5.0",
"fr": "Update for js-controller 5.0",
"it": "Aggiornamento per js-controller 5.0",
"es": "Actualización para js-controller 5.0",
"pl": "Update for js-controller 5.0",
"uk": "Оновлення для js-controller 2.6 км",
"zh-cn": "A. 控制容忍的最新情况 5.0"
},
"0.2.1": {
"en": "Performance optimisation",
"de": "Performance optimiert",
"ru": "Performance optimisation"
}
},
"title": "B-control Energy Manager",
"titleLang": {
"en": "B-control Energy Manager",
"de": "B-control Energy Manager",
"ru": "B-control Energy Manager"
},
"desc": {
"en": "Polls data from B-control Energy Manager",
"de": "Holt Daten vom B-control Energy Manager",
"ru": "Polls data from B-control Energy Manager"
},
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "bcontrol.png",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.b-control-em/master/admin/bcontrol.png",
"loglevel": "info",
"authors": [
"hobbyquaker <hq@ccu.io>"
],
"license": "MIT",
"type": "energy",
"readme": "https://github.com/ioBroker/ioBroker.b-control-em/blob/master/README.md",
"keywords": [
"B-control",
"bcontrol",
"energy",
"manager",
"Energy Manager",
"Busch-Jäger",
"EM",
"metering",
"power",
"consumption",
"smartmeter"
]
},
"native": {
"host": "172.16.23.138",
"pause": 6500,
"pass": ""
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to my sensors",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "inclusionOn",
"type": "state",
"common": {
"role": "state",
"name": "Inclusion mode activated",
"desc": "If inclusion mode on or off",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
}
]
}