File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,6 @@ type Config struct {
25
25
DisplayMaxBrightness int `json:"display_max_brightness"`
26
26
DisplayDimAfterMs int64 `json:"display_dim_after_ms"`
27
27
DisplayOffAfterMs int64 `json:"display_off_after_ms"`
28
- CloudURL string `json:"cloud_url"`
29
- CloudToken string `json:"cloud_token"`
30
- GoogleIdentity string `json:"google_identity"`
31
- JigglerEnabled bool `json:"jiggler_enabled"`
32
- AutoUpdateEnabled bool `json:"auto_update_enabled"`
33
- IncludePreRelease bool `json:"include_pre_release"`
34
- HashedPassword string `json:"hashed_password"`
35
- LocalAuthToken string `json:"local_auth_token"`
36
- LocalAuthMode string `json:"localAuthMode"` //TODO: fix it with migration
37
- WakeOnLanDevices []WakeOnLanDevice `json:"wake_on_lan_devices"`
38
28
EdidString string `json:"hdmi_edid_string"`
39
29
}
40
30
You can’t perform that action at this time.
0 commit comments