-
Notifications
You must be signed in to change notification settings - Fork 7
/
io-package.json
92 lines (92 loc) · 2.33 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
{
"common": {
"name": "husq-automower",
"version": "1.1.2",
"news": {
"1.1.2": {
"en": "stable fixes",
"de": "stable fixes"
},
"1.0.2": {
"en": "first stable",
"de": "erste stabile Version"
},
"1.0.0": {
"en": "Initial",
"de": "Initial"
}
},
"title": "Husqvarna Automower with Connectmodul",
"titleLang": {
"en": "Control your Husqvarna Automower over the web",
"de": "Steuern Sie Ihren Husqvarna Automower über das Web"
},
"desc": {
"en": "Control your Husqvarna Automower",
"de": "Steuere deinen Husqvarna Automower"
},
"materialize": true,
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"mode": "daemon",
"icon": "husq-automower.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/truegreyhound/iobroker.husq-automower/master/admin/husq-automower.png",
"keywords": [
"ioBroker",
"husqvarna",
"husq-automower",
"mower"
],
"repository": {
"type": "git",
"url": "https://github.com/truegreyhound/ioBroker.husq-automower"
},
"homepage": "https://github.com/truegreyhound/ioBroker.husq-automower",
"readme": "https://github.com/truegreyhound/iobroker.husq-automower/blob/master/README.md",
"loglevel": "info",
"type": "garden",
"compact": false,
"connectionType": "cloud",
"dataSource": "poll",
"author": {
"name": "truegreyhound",
"email": "[email protected]"
},
"authors": [
{
"name": "truegreyhound",
"email": "[email protected]"
}
],
"installedFrom": "https://github.com/truegreyhound/ioBroker.husq-automower/tarball/2c07e136ae715bffdde7fc1ceca07a797579735b"
},
"native": {
"email": "",
"pwd": "",
"nickname": "",
"homeLocationName": "",
"homeLocationMaxDistance": "",
"pollActive": "",
"pollInactive": "",
"alarmOnBatteryPercent": "",
"saveRawData": "",
"extendedStatistic": "",
"idRainSensor": "",
"rainSensorValue": "",
"stopOnRainEnabled": "",
"waitAfterRain": ""
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
}
]
}