-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
109 lines (109 loc) · 2.3 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
105
106
107
108
109
{
"common": {
"name": "ecoflow-mqtt",
"version": "0.0.3",
"news": {
"0.0.3": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "ecoflow-mqtt",
"titleLang": {
"en": "ecoflow-mqtt",
"de": "ecoflow-mqtt",
"ru": "ecoflow-mqtt",
"pt": "ecoflow-mqtt",
"nl": "ecoflow-mqtt",
"fr": "ecoflow-mqtt",
"it": "ecoflow-mqtt",
"es": "ecoflow-mqtt",
"pl": "ecoflow-mqtt",
"zh-cn": "ecoflow-mqtt"
},
"desc": {
"en": "Ecoflow Status & Control",
"de": "Ecoflow Status & Control",
"ru": "Ecoflow Status & Control",
"pt": "Ecoflow Status & Control",
"nl": "Ecoflow Status & Control",
"fr": "Ecoflow Status & Control",
"it": "Ecoflow Status & Control",
"es": "Ecoflow Status & Control",
"pl": "Ecoflow Status & Control",
"zh-cn": "Ecoflow Status & Control"
},
"authors": [
"Moritz <[email protected]>"
],
"keywords": [
"ecoflow"
],
"license": "GPL-3.0",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "ecoflow-mqtt.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Netfreak25/ioBroker.ecoflow-mqtt/main/admin/ecoflow-mqtt.png",
"readme": "https://github.com/Netfreak25/ioBroker.ecoflow-mqtt/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "energy",
"compact": true,
"connectionType": "cloud",
"dataSource": "push",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"native": {
"email": "",
"password": "",
"Token": "",
"mqtt-user": "",
"mqtt-pass": "",
"UserId": ""
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}