first commit

This commit is contained in:
2024-08-04 21:09:59 +08:00
commit 85d65d596a
2711 changed files with 540473 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"key": "camera:direction",
"type": "number",
"label": "Direction (Degrees Clockwise)",
"increment": 5,
"placeholder": "45, 90, 180, 270"
}

View File

@@ -0,0 +1,5 @@
{
"key": "camera:mount",
"type": "combo",
"label": "Camera Mount"
}

View 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
}