forked from amkovkov/GranuSightSoftware2
feat: Camera settings + some refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user