mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
chore: refactor config naming
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user