-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
38 lines (38 loc) · 863 Bytes
/
module.json
File metadata and controls
38 lines (38 loc) · 863 Bytes
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
{
"author" : "Maroš Kollár",
"category" : "surveillance",
"defaults" : {
"description" : "__m_descr__",
"flip" : false,
"title" : "__m_title__"
},
"dependencies" : [],
"homepage" : "https://github.com/maros/Zway-RaspberryCam/",
"icon" : "icon.png",
"maturity" : "stable",
"moduleName" : "RaspberryCam",
"options" : {
"fields" : {
"flip" : {
"helper" : "__flip_helper__",
"label" : "__flip_label__"
}
}
},
"repository" : {
"source" : "https://github.com/maros/Zway-RaspberryCam",
"type" : "git"
},
"schema" : {
"properties" : {
"flip" : {
"required" : true,
"type" : "boolean"
}
},
"required" : true,
"type" : "object"
},
"singleton" : true,
"version" : 1.02
}