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