-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.txt
64 lines (62 loc) · 1.55 KB
/
metadata.txt
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
=for :application/json;q=META.json 00_MYSENSORS.pm
{
"description": "IO module to connect FHEM to a network of MySensors nodes. Nodes will be represented as MYSENSORS_DEVICE ",
"x_lang": {
"de": {
"description": "IO-Modul zur Anbindung von Nodes eines MySensors-Netzwerks. MYSENSORS_DEVICE-Geräte repräsentieren die einzelnen Nodes des angebundenen Netzwerks."
}
},
"release_status": "stable",
"author": [
"Beta-User "
],
"x_fhem_maintainer": [
"Beta-User"
],
"keywords": [
"Arduino",
"Sensor",
"Interface",
"Homebrew",
"I2C",
"RS485"
],
"resources": {
"x_wiki": {
"web": "https://wiki.fhem.de/wiki/MySensors_Starter_Guide"
}
}
}
=end :application/json;q=META.json
=for :application/json;q=META.json 10_MYSENSORS_DEVICE.pm
{
"description": "Represents a single MySensors node within a MySensors network. To connect a MySensors network to FHEM use 00_MYSENSORS.pm.",
"x_lang": {
"de": {
"description": "Repräsentiert eine einzelne Node eines MySensors-Netzwerks. Jedes MySensors-Netzwerk benötigt ein Interface-Gerät des Typs MYSENSORS."
}
},
"release_status": "stable",
"author": [
"Beta-User "
],
"x_fhem_maintainer": [
"Beta-User"
],
"keywords": [
"Arduino",
"Sensor",
"Interface",
"Homebrew",
"I2C",
"RS485",
"SetExtensions"
],
"resources": {
"x_wiki": {
"web": "https://wiki.fhem.de/wiki/MySensors_Starter_Guide"
},
"homepage": "https://www.mysensors.org",
}
}
=end :application/json;q=META.json