-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
100 lines (100 loc) · 2.9 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
{
"common": {
"name": "espresence",
"version": "0.1.0",
"news": {
"0.1.0": {
"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": "ESPresence",
"titleLang": {
"en": "ESPresence",
"de": "ESPräsenz",
"ru": "ESPsence",
"pt": "ESPesse",
"nl": "ESPaanwezigheid",
"fr": "ESPrésence",
"it": "L'Essenza",
"es": "ESPresencia",
"pl": "ESObecność",
"zh-cn": "存在感"
},
"desc": {
"en": "Presence detection with ESP32",
"de": "Anwesenheitserkennung mit ESP32",
"ru": "Обнаружение присутствия с ESP32",
"pt": "Detecção de presença com ESP32",
"nl": "Aanwezigheidsdetectie met ESP32",
"fr": "Détection de présence avec ESP32",
"it": "Rilevamento di presenza con ESP32",
"es": "Detección de presencia con ESP32",
"pl": "Wykrywanie obecności za pomocą ESP32",
"zh-cn": "ESP32 的存在检测"
},
"authors": [
"grizzelbee <[email protected]>"
],
"keywords": [
"espresence",
"presence",
"detection",
"esp32"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"icon": "espresence.svg",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/grizzelbee/ioBroker.espresence/main/admin/espresence.svg",
"readme": "https://github.com/grizzelbee/ioBroker.espresence/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "iot-systems",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"native": {
"broker": "",
"port": 1883,
"user": "",
"password": "",
"devices": [
{
"name": "",
"BTLE_ID": ""
}
]
},
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"objects": [],
"instanceObjects": []
}