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
@@ -16,8 +16,8 @@ public class TemperatureHumidityService : IDisposable
Address = 0x45
};
public int Bus { get; set; }
public int Address { get; set; }
public int Bus { get; init; }
public int Address { get; init; }
}
private bool _disposedValue;
private readonly ILogger<TemperatureHumidityService> _logger;