mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -08:00
Update properties & release beta.16
This commit is contained in:
parent
50bf1a0e90
commit
ed87adf6fe
2 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -16,6 +16,8 @@ pythonlib/*.png
|
|||
scripts/*.png
|
||||
.vscode
|
||||
/tests/*.disabled
|
||||
k8s/
|
||||
benchmark/
|
||||
|
||||
# Old data
|
||||
_old/
|
||||
|
|
|
|||
|
|
@ -87,6 +87,10 @@
|
|||
{ "property": "voices:blockIfNotDefined", "type": "bool" },
|
||||
{ "property": "voices:fakeCompletion", "type": "bool" },
|
||||
{ "property": "voices:fakeCompletion:charsPerSecond", "type": "double" },
|
||||
{ "property": "mediaDevices:micros", "type": "uint" },
|
||||
{ "property": "mediaDevices:webcams", "type": "uint" },
|
||||
{ "property": "mediaDevices:speakers", "type": "uint" },
|
||||
{ "property": "mediaDevices:enabled", "type": "bool" },
|
||||
{ "property": "memorysaver", "type": "bool" },
|
||||
{ "property": "debug", "type": "bool" }
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue