chore: refactor config naming

This commit is contained in:
JohnMark Sill
2022-01-13 14:28:23 -06:00
parent 875c74686d
commit 4f28c51a0f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class DetectorConfig(FrigateBaseModel):
num_threads: int = Field(default=3, title="Number of detection threads")
class UIConfig(FrigateBaseModel):
useExperimentalUI: bool = Field(default=False, title="Experimental UI")
use_experimental: bool = Field(default=False, title="Experimental UI")
class MqttConfig(FrigateBaseModel):
host: str = Field(title="MQTT Host")