This repository has been archived by the owner on May 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.json
98 lines (98 loc) · 2.09 KB
/
info.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
{
"configuration": [
{
"default": "/dev/hidraw0",
"description": "Mirror device (/dev/hidraw0 or /dev/mirror)",
"key": "device",
"name": "Device",
"required": "yes",
"type": "string"
}
],
"commands": {},
"xpl_commands": {},
"sensors": {
"present": {
"name": "Present",
"data_type": "DT_State",
"conversion": "from_low_high_to_DT_State",
"incremental": false,
"timeout": 0,
"history": {
"store": true,
"duplicate": false,
"max": 0,
"expire": 0,
"round_value": 0
}
},
"activated": {
"name": "Activated",
"data_type": "DT_State",
"conversion": "from_low_high_to_DT_State",
"incremental": false,
"timeout": 0,
"history": {
"store": true,
"duplicate": false,
"max": 0,
"expire": 0,
"round_value": 0
}
}
},
"xpl_stats": {},
"device_types": {
"mirror.mirror": {
"id": "mirror.mirror",
"description": "Mir:ror device",
"name": "Mirror",
"commands": [],
"sensors": [
"activated"
],
"parameters": [
{
"key": "address",
"xpl": false,
"description": "The self mirror (mirror)",
"type": "string",
"default": "mirror"
}
]
},
"mirror.rfid": {
"id": "mirror.rfid",
"description": "Simple rfid tag like ztamp",
"name": "Rfid",
"commands": [],
"sensors": [
"present"
],
"parameters": [
{
"key": "address",
"xpl": false,
"description": "Device adress (ex: 000008d00218c10916a8a9000000)",
"type": "string"
}
]
}
},
"json_version": 2,
"identity": {
"author": "tikismoke",
"author_email": "new.domodroid at gmail.com",
"dependencies": [],
"description": "Mirror interface",
"domogik_min_version": "0.5.0",
"name": "mirror",
"type": "plugin",
"version": "0.2",
"tags": [
"mirror",
"rfid",
"ztamp"
]
}
}