feat: Camera settings + some refactor

This commit is contained in:
2026-02-16 11:45:04 +03:00
parent 691129eff4
commit 50df69edf5
14 changed files with 542 additions and 53 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public class LightsService
ServerAddress = "localhost:50051"
};
public string ServerAddress { get; set; } = string.Empty;
public string ServerAddress { get; init; } = string.Empty;
}
private readonly ILogger<LightsService> _logger;