-
Notifications
You must be signed in to change notification settings - Fork 1
/
io-package.json
117 lines (117 loc) · 4.36 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
110
111
112
113
114
115
116
117
{
"common": {
"name": "switchbot-ble",
"version": "0.4.9",
"news": {
"0.4.9": {
"en": "Added offset values for temperature and humidity",
"de": "Offset Werte für Temperatur und Luftfeuchtigkeit implementiert"
},
"0.4.8": {
"en": "Bumped node-switchbot to 1.10.0\nAdded support for SwitchBot \"Curtain 3\"",
"de": "Node-switchbot library auf 1.10.0 aktualisiert\n SwitchBot \"Curtain 3\" wird nun unterstützt"
},
"0.4.7": {
"en": "Breaking change: Bump minimum required version of Node.js to 16.x\nBumped node-switchbot to 1.9.0\nAdded support for SwitchBot \"Indoor/Outdoor Thermo-Hygrometer\"",
"de": "Breaking change: Die min. Node.js Version ist nun 16.x\nNode-switchbot library auf 1.9.0 aktualisiert\n SwitchBot \"Indoor/Outdoor Thermo-Hygrometer\" wird nun unterstützt"
},
"0.4.6": {
"en": "Bumped node-switchbot library to 1.7.3",
"de": "Node-switchbot library auf 1.7.3 aktualisiert"
},
"0.4.5": {
"en": "Bumped node-switchbot library to 1.6.1",
"de": "Node-switchbot library auf 1.6.1 aktualisiert"
},
"0.4.4": {
"en": "Added support for Switchbot \"Meter Plus\"",
"de": "Switchbot \"Meter Plus\" wird nun unterstützt"
},
"0.4.3": {
"en": "Added new states for lightLevel and doorState",
"de": "Neue Datenpunkte für lightLevel und doorState hinzugefügt"
},
"0.4.2": {
"en": "Added option to change the used Host Controller Interface (hciX)",
"de": "Option zum Ändern der benutzten Host Controller Schnittstelle (hciX)"
},
"0.4.1": {
"en": "Fix for Curtains on Firmware v3.3 and above",
"de": "Fehlerbehebung Curtains für Firmware Version ab v3.3"
},
"0.4.0": {
"en": "Added support for Switchbot \"Contact\" and \"Motion\"",
"de": "Switchbot \"Contact\" and \"Motion\" werden nun unterstützt"
}
},
"title": "SwitchBot BLE",
"titleLang": {
"en": "SwitchBot BLE",
"de": "SwitchBot BLE"
},
"desc": {
"en": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"de": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)"
},
"authors": [
"Sascha <[email protected]>"
],
"keywords": [
"SwitchBot"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "switchbot-ble.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/mrbungle64/ioBroker.switchbot-ble/master/admin/switchbot-ble.png",
"readme": "https://github.com/mrbungle64/ioBroker.switchbot-ble/blob/master/README.md",
"connectionType": "local",
"dataSource": "poll",
"loglevel": "info",
"mode": "daemon",
"type": "hardware",
"compact": true,
"materialize": true,
"materializeTab": true,
"supportCustoms": false,
"dependencies": [
{
"js-controller": ">=1.4.2"
}
],
"tier": 3
},
"native": {
"interval": "",
"scanDevicesWait": "",
"pressDevicesWait": "",
"waitingTimeRetries": "",
"maxRetriesDeviceAction": "",
"hciDeviceId": "0"
},
"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": {}
}
]
}