first commit
This commit is contained in:
7
data/fields/camera/direction.json
Normal file
7
data/fields/camera/direction.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "camera:direction",
|
||||
"type": "number",
|
||||
"label": "Direction (Degrees Clockwise)",
|
||||
"increment": 5,
|
||||
"placeholder": "45, 90, 180, 270"
|
||||
}
|
||||
5
data/fields/camera/mount.json
Normal file
5
data/fields/camera/mount.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "camera:mount",
|
||||
"type": "combo",
|
||||
"label": "Camera Mount"
|
||||
}
|
||||
14
data/fields/camera/type.json
Normal file
14
data/fields/camera/type.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "camera:type",
|
||||
"type": "combo",
|
||||
"label": "Camera Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"fixed": "Fixed",
|
||||
"panning": "Panning",
|
||||
"dome": "Dome"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false
|
||||
}
|
||||
Reference in New Issue
Block a user