namespace NucuCar.Sensors.Modules.Heartbeat
{
public class HeartbeatConfig : BaseSensorConfig
public bool Grpc { get; } = false;
}