11 lines
No EOL
272 B
C#
11 lines
No EOL
272 B
C#
// ReSharper disable UnusedAutoPropertyAccessor.Global
|
|
|
|
namespace NucuCar.Sensors.Modules.Environment
|
|
{
|
|
public class Bme680Config
|
|
{
|
|
public bool Enabled { get; set; }
|
|
public bool Telemetry { get; set; }
|
|
public bool Grpc { get; set; }
|
|
}
|
|
} |